From 9efdb8c264d2fe8f8f496d905e0f114314d46a40 Mon Sep 17 00:00:00 2001 From: WEBER Logan Date: Mon, 14 Jan 2019 07:50:14 +0100 Subject: [PATCH] chore(release): version 1.0.0-next.4 --- 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 d87d0422..a0e0f670 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.4](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.3...1.0.0-next.4) (2019-01-14) + + +### Features + +* **raster:** not updated when source change ([13a28c7](https://github.com/quentin-ol/ngx-openlayers/commit/13a28c7)) + + + # [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) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index 305af985..a4a95a62 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.3", + "version": "1.0.0-next.4", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },