From 34ccc9246bf5882443c52a121a70eceba575d260 Mon Sep 17 00:00:00 2001 From: WEBER Logan Date: Wed, 8 Apr 2020 15:34:43 +0200 Subject: [PATCH] chore(release): version 1.0.0-next.15 --- projects/ngx-openlayers/CHANGELOG.md | 7 +++++++ projects/ngx-openlayers/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/ngx-openlayers/CHANGELOG.md b/projects/ngx-openlayers/CHANGELOG.md index fab904c6..f81769aa 100644 --- a/projects/ngx-openlayers/CHANGELOG.md +++ b/projects/ngx-openlayers/CHANGELOG.md @@ -2,6 +2,13 @@ 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.15](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.14...1.0.0-next.15) (2020-04-08) + + +### Bug Fixes + +* **travis:** lib build without ngcc (demo issue) ([e6fe3eb](https://github.com/quentin-ol/ngx-openlayers/commit/e6fe3eba5fa49a17e2e16cb13d5bb3dffedad3e7)) + ## [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) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index 3926c221..7c620eba 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.14", + "version": "1.0.0-next.15", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },