Skip to content

Commit

Permalink
chore(release): 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-gokun committed Dec 6, 2019
1 parent c669619 commit 19afcf9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.3.0](https://github.com/Wykks/ngx-mapbox-gl/compare/v4.2.0...v4.3.0) (2019-12-06)


### Features

* add support for map controls localization (requires mapbox-gl >= 1.6.0) ([c669619](https://github.com/Wykks/ngx-mapbox-gl/commit/c6696197c93883855fc4d12e40acc88adaa5d546))

## [4.2.0](https://github.com/Wykks/ngx-mapbox-gl/compare/v4.1.0...v4.2.0) (2019-11-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mapbox-gl-srcs",
"version": "4.2.0",
"version": "4.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve showcase",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-mapbox-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mapbox-gl",
"version": "4.2.0",
"version": "4.3.0",
"description": "A Angular binding of mapbox-gl-js",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 19afcf9

Please sign in to comment.