From 6a44576e0b88ff4c89957ab2743c5e1ba1ba79a6 Mon Sep 17 00:00:00 2001 From: Marest Date: Thu, 8 Aug 2019 11:55:41 +0200 Subject: [PATCH] chore(release): version 1.0.0-next.11 --- projects/ngx-openlayers/CHANGELOG.md | 10 ++++++++++ projects/ngx-openlayers/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/projects/ngx-openlayers/CHANGELOG.md b/projects/ngx-openlayers/CHANGELOG.md index 37613612..9a2e3c9f 100644 --- a/projects/ngx-openlayers/CHANGELOG.md +++ b/projects/ngx-openlayers/CHANGELOG.md @@ -2,6 +2,16 @@ 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.11](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.10...1.0.0-next.11) (2019-08-08) + + +### Features + +* **imagearcgis:** add image events ([24c1c65](https://github.com/quentin-ol/ngx-openlayers/commit/24c1c65)) + + + # [1.0.0-next.10](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.5...1.0.0-next.10) (2019-07-23) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index c4e5a840..2262d7b6 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.10", + "version": "1.0.0-next.11", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },