Skip to content

Commit

Permalink
chore(release): 19.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [19.0.0](v18.0.1...v19.0.0) (2024-05-24)

### Features

* update readme ([#1430](#1430)) ([9ed0617](9ed0617))

### BREAKING CHANGES

* ol-util now produces a ESM build, so downstream
apps need to include it in their bundler when transpiling for
the browser.
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent 9ed0617 commit 7f8d4a4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [19.0.0](https://github.com/terrestris/ol-util/compare/v18.0.1...v19.0.0) (2024-05-24)


### Features

* update readme ([#1430](https://github.com/terrestris/ol-util/issues/1430)) ([9ed0617](https://github.com/terrestris/ol-util/commit/9ed061732bee41f58d375370a513ca98415e6c5f))


### BREAKING CHANGES

* ol-util now produces a ESM build, so downstream
apps need to include it in their bundler when transpiling for
the browser.

## [18.0.1](https://github.com/terrestris/ol-util/compare/v18.0.0...v18.0.1) (2024-05-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrestris/ol-util",
"version": "18.0.1",
"version": "19.0.0",
"description": "A set of helper classes for working with openLayers",
"keywords": [
"openlayers",
Expand Down

0 comments on commit 7f8d4a4

Please sign in to comment.