diff --git a/projects/ngx-openlayers/CHANGELOG.md b/projects/ngx-openlayers/CHANGELOG.md index 79400b1f..fab904c6 100644 --- a/projects/ngx-openlayers/CHANGELOG.md +++ b/projects/ngx-openlayers/CHANGELOG.md @@ -1,7 +1,14 @@ -# Change Log +# Changelog 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.14](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.13...1.0.0-next.14) (2020-04-08) + + +### Features + +* update to angular 9 ([d068402](https://github.com/quentin-ol/ngx-openlayers/commit/d068402f9382d3e99a0ec0311a6ff6f6b8a09271)) + # [1.0.0-next.13](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.12...1.0.0-next.13) (2019-11-13) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index 87ff8e46..3926c221 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.13", + "version": "1.0.0-next.14", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },