From 7d02de5de0bc19a2c4a2d99d115025dfc1ea60f9 Mon Sep 17 00:00:00 2001 From: WEBER Logan Date: Wed, 12 Dec 2018 15:51:30 +0100 Subject: [PATCH] chore(release): version 1.0.0-next.3 --- projects/ngx-openlayers/CHANGELOG.md | 11 +++++++++++ projects/ngx-openlayers/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/projects/ngx-openlayers/CHANGELOG.md b/projects/ngx-openlayers/CHANGELOG.md index 08a060c0..d87d0422 100644 --- a/projects/ngx-openlayers/CHANGELOG.md +++ b/projects/ngx-openlayers/CHANGELOG.md @@ -2,6 +2,17 @@ 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.3](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.2...1.0.0-next.3) (2018-12-12) + + +### Features + +* **cluster:** add wrapX option ([93429a6](https://github.com/quentin-ol/ngx-openlayers/commit/93429a6)) +* **image:** add image loading events ([fc856b3](https://github.com/quentin-ol/ngx-openlayers/commit/fc856b3)) + + + # [1.0.0-next.2](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.1...1.0.0-next.2) (2018-11-21) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index aa31570e..54aa2c38 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.2", + "version": "1.0.0-next.3", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },