Skip to content

Commit 5ea8a8c

Browse files
committed
chore(release): 2.2.4
1 parent e751c30 commit 5ea8a8c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- run: npm install
1717
- run: npm run build
1818
- name: Publish to npm
19+
working-directory: ./dist/angular-google-charts
1920
env:
20-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
21-
run: |
22-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/angular-google-charts/dist/angular-google-charts/.npmrc
23-
cd dist/angular-google-charts && npm publish
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22+
run: npm publish

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
### [2.2.4](https://github.com/FERNman/angular-google-charts/compare/v2.2.3...v2.2.4) (2024-09-02)
6+
7+
### Bug Fixes
8+
9+
- [#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))
10+
511
### [2.2.3](https://github.com/FERNman/angular-google-charts/compare/v2.2.2...v2.2.3) (2022-07-18)
612

713
### [2.2.2](https://github.com/FERNman/angular-google-charts/compare/v2.2.1...v2.2.2) (2021-06-12)

projects/angular-google-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-charts",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "A wrapper for the Google Charts library written with Angular",
55
"keywords": [
66
"Angular",

0 commit comments

Comments
 (0)