diff --git a/CHANGELOG.md b/CHANGELOG.md index 6558d520..6d9211ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 405bb736..4e7be574 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "17.4.1", + "version": "17.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-maplibre-gl-srcs", - "version": "17.4.1", + "version": "17.4.2", "dependencies": { "@angular/animations": "^17.0.4", "@angular/cdk": "^17.0.1", diff --git a/package.json b/package.json index 19983a1a..d34daffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "17.4.1", + "version": "17.4.2", "scripts": { "ng": "ng", "start": "ng serve showcase", diff --git a/projects/ngx-maplibre-gl/package-lock.json b/projects/ngx-maplibre-gl/package-lock.json index f2176ee4..c44f8a6e 100644 --- a/projects/ngx-maplibre-gl/package-lock.json +++ b/projects/ngx-maplibre-gl/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/ngx-maplibre-gl", - "version": "17.4.1", + "version": "17.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/ngx-maplibre-gl", - "version": "17.4.1", + "version": "17.4.2", "license": "MIT", "peerDependencies": { "@angular/common": ">= 17.0.0", diff --git a/projects/ngx-maplibre-gl/package.json b/projects/ngx-maplibre-gl/package.json index fe81a8a5..554fc666 100644 --- a/projects/ngx-maplibre-gl/package.json +++ b/projects/ngx-maplibre-gl/package.json @@ -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": {