diff --git a/projects/ngx-openlayers/CHANGELOG.md b/projects/ngx-openlayers/CHANGELOG.md index 2b3f6f72..d1a2d059 100644 --- a/projects/ngx-openlayers/CHANGELOG.md +++ b/projects/ngx-openlayers/CHANGELOG.md @@ -1,13 +1,21 @@ -# Changelog +# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [1.0.0-next.18](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.17...1.0.0-next.18) (2021-09-01) + +# [1.0.0-next.19](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.17...1.0.0-next.19) (2021-09-03) + + +### Bug Fixes + +* **stroke:** fix ColorLike import path ([ebdca6e](https://github.com/quentin-ol/ngx-openlayers/commit/ebdca6e)) ### Features -* **stroke:** add ColorLike typing to color input ([f940292](https://github.com/quentin-ol/ngx-openlayers/commit/f9402921e92c89fbcfabc3ad20e7ffc9b473d6f8)) +* **stroke:** add ColorLike typing to color input ([f940292](https://github.com/quentin-ol/ngx-openlayers/commit/f940292)) + + # [1.0.0-next.17](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.16...1.0.0-next.17) (2021-01-06) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index afda5cb9..d3212d2d 100644 --- a/projects/ngx-openlayers/package.json +++ b/projects/ngx-openlayers/package.json @@ -1,6 +1,6 @@ { "name": "ngx-openlayers", - "version": "1.0.0-next.18", + "version": "1.0.0-next.19", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },