From 10b09ccdeb817035f9b56e2771845a705a58311b Mon Sep 17 00:00:00 2001 From: WEBER Logan Date: Thu, 2 Jul 2020 09:12:27 +0200 Subject: [PATCH] chore(release): version 1.0.0-next.16 --- 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 f81769aa..cd985be9 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.16](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.15...1.0.0-next.16) (2020-07-02) + + +### Features + +* **view:** add missing inputs ([69a46ca](https://github.com/quentin-ol/ngx-openlayers/commit/69a46ca0f476603e67f9a51b17d88b0fe882a967)) + ## [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) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index 7c620eba..a29b66ab 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.15", + "version": "1.0.0-next.16", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },