Skip to content

Commit

Permalink
chore(release): version 1.0.0-next.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Neonox31 committed Apr 17, 2019
1 parent bbb2801 commit 2282d7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions projects/ngx-openlayers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

<a name="1.0.0-next.7"></a>
# [1.0.0-next.7](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.6...1.0.0-next.7) (2019-04-17)


### Features

* **geom:** implements MultiPoint, MultiLinestring and MultiPolygon ([8d813c8](https://github.com/quentin-ol/ngx-openlayers/commit/8d813c8))
* **overviewmap:** refresh overview when the view changes ([543920c](https://github.com/quentin-ol/ngx-openlayers/commit/543920c))
* **source:** add UTF grid source ([bbb2801](https://github.com/quentin-ol/ngx-openlayers/commit/bbb2801))
* **view:** add change:resolution and change:center outputs ([fec43e3](https://github.com/quentin-ol/ngx-openlayers/commit/fec43e3))
* **view:** dynamically update view projection ([eaf263d](https://github.com/quentin-ol/ngx-openlayers/commit/eaf263d))



<a name="1.0.0-next.6"></a>
# [1.0.0-next.6](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.5...1.0.0-next.6) (2019-03-13)

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-openlayers",
"version": "1.0.0-next.6",
"version": "1.0.0-next.7",
"scripts": {
"release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next"
},
Expand Down

0 comments on commit 2282d7d

Please sign in to comment.