Skip to content

Commit

Permalink
Added readme to npm, added changelog missing version 17 (#122)
Browse files Browse the repository at this point in the history
* Add readme to npm package

* Version 17.0.1 changelog changes

* Update CHANGELOG.md
  • Loading branch information
HarelM authored Nov 21, 2023
1 parent 5faa988 commit 4416431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- run: npm run build
- run: |
cd dist/ngx-maplibre-gl
cp ../../README.md ./
npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_ORG_TOKEN}}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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.

### [16.3.0](https://github.com/maplibre/ngx-maplibre-gl/compare/v15.0.0...v16.0.0) (2023-11-14)
### [17.0.1](https://github.com/maplibre/ngx-maplibre-gl/compare/v16.3.0...v17.0.1) (2023-11-21)

- Upgrade Angular to version 17

### [16.3.0](https://github.com/maplibre/ngx-maplibre-gl/compare/v16.0.0...v16.3.0) (2023-11-14)

- Upgrade maplibre-gl to version 3.6

Expand Down

0 comments on commit 4416431

Please sign in to comment.