Skip to content

Commit 9c84392

Browse files
author
Damien Marest
committed
chore(release): version 1.0.0-next.19
1 parent ebdca6e commit 9c84392

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

projects/ngx-openlayers/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
# Changelog
1+
# Change Log
22

33
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.
44

5-
## [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)
5+
<a name="1.0.0-next.19"></a>
6+
# [1.0.0-next.19](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.17...1.0.0-next.19) (2021-09-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **stroke:** fix ColorLike import path ([ebdca6e](https://github.com/quentin-ol/ngx-openlayers/commit/ebdca6e))
612

713

814
### Features
915

10-
* **stroke:** add ColorLike typing to color input ([f940292](https://github.com/quentin-ol/ngx-openlayers/commit/f9402921e92c89fbcfabc3ad20e7ffc9b473d6f8))
16+
* **stroke:** add ColorLike typing to color input ([f940292](https://github.com/quentin-ol/ngx-openlayers/commit/f940292))
17+
18+
1119

1220
<a name="1.0.0-next.17"></a>
1321
# [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)

projects/ngx-openlayers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-openlayers",
3-
"version": "1.0.0-next.18",
3+
"version": "1.0.0-next.19",
44
"scripts": {
55
"release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next"
66
},

0 commit comments

Comments
 (0)