Skip to content

Commit

Permalink
chore(release): 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FERNman committed Sep 2, 2024
1 parent e751c30 commit 5ea8a8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- run: npm install
- run: npm run build
- name: Publish to npm
working-directory: ./dist/angular-google-charts
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/angular-google-charts/dist/angular-google-charts/.npmrc
cd dist/angular-google-charts && npm publish
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [2.2.4](https://github.com/FERNman/angular-google-charts/compare/v2.2.3...v2.2.4) (2024-09-02)

### Bug Fixes

- [#248](https://github.com/FERNman/angular-google-charts/issues/248) fixed WordTree in chart-type.ts, added sample WordTree ([#277](https://github.com/FERNman/angular-google-charts/issues/277)) ([34575a1](https://github.com/FERNman/angular-google-charts/commit/34575a1f757cc451a0f055280172c5686610c816))

### [2.2.3](https://github.com/FERNman/angular-google-charts/compare/v2.2.2...v2.2.3) (2022-07-18)

### [2.2.2](https://github.com/FERNman/angular-google-charts/compare/v2.2.1...v2.2.2) (2021-06-12)
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-google-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-google-charts",
"version": "2.2.3",
"version": "2.2.4",
"description": "A wrapper for the Google Charts library written with Angular",
"keywords": [
"Angular",
Expand Down

0 comments on commit 5ea8a8c

Please sign in to comment.