From 4450d2e7c994c1600fa737a428bce97380015318 Mon Sep 17 00:00:00 2001 From: Damien Marest Date: Wed, 1 Sep 2021 15:02:22 +0200 Subject: [PATCH] chore(release): version 1.0.0-next.18 --- projects/ngx-openlayers/CHANGELOG.md | 9 ++++++++- projects/ngx-openlayers/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/projects/ngx-openlayers/CHANGELOG.md b/projects/ngx-openlayers/CHANGELOG.md index f8b6863d..2b3f6f72 100644 --- a/projects/ngx-openlayers/CHANGELOG.md +++ b/projects/ngx-openlayers/CHANGELOG.md @@ -1,7 +1,14 @@ -# Change Log +# Changelog 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.18](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.17...1.0.0-next.18) (2021-09-01) + + +### Features + +* **stroke:** add ColorLike typing to color input ([f940292](https://github.com/quentin-ol/ngx-openlayers/commit/f9402921e92c89fbcfabc3ad20e7ffc9b473d6f8)) + # [1.0.0-next.17](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.16...1.0.0-next.17) (2021-01-06) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index d1516802..afda5cb9 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.17", + "version": "1.0.0-next.18", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },