Skip to content

Commit

Permalink
Bump version to 17.4.2 (#152)
Browse files Browse the repository at this point in the history
* Bump version to 17.4.2

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: Harel M <[email protected]>
  • Loading branch information
3 people authored Mar 17, 2024
1 parent a1e16b6 commit 804bd8d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.

### [17.4.2](https://github.com/maplibre/ngx-maplibre-gl/compare/v17.4.1...v17.4.2) (2024-03-17)

- Add rotation to marker API
- Generate API docs using typedoc

### [17.4.1](https://github.com/maplibre/ngx-maplibre-gl/compare/v17.4.0...v17.4.1) (2024-02-10)

- Add color property to marker [#141](https://github.com/maplibre/ngx-maplibre-gl/pull/141)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-maplibre-gl-srcs",
"version": "17.4.1",
"version": "17.4.2",
"scripts": {
"ng": "ng",
"start": "ng serve showcase",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-maplibre-gl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-maplibre-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maplibre/ngx-maplibre-gl",
"version": "17.4.1",
"version": "17.4.2",
"description": "A Angular binding of maplibre-gl",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 804bd8d

Please sign in to comment.