Skip to content

Commit 619be3d

Browse files
committed
chore(release): 12.0.0
1 parent 1e5b15b commit 619be3d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [12.0.0](https://github.com/FERNman/angular-google-charts/compare/v2.2.4...v12.0.0) (2024-09-12)
6+
7+
8+
### Features
9+
10+
* expand `row` type ([#313](https://github.com/FERNman/angular-google-charts/issues/313)) ([ea6456b](https://github.com/FERNman/angular-google-charts/commit/ea6456b0747a3e17e364faa04a06492af0a1ce59))
11+
512
### [2.2.4](https://github.com/FERNman/angular-google-charts/compare/v2.2.3...v2.2.4) (2024-09-02)
613

714
### Bug Fixes

projects/angular-google-charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-charts",
3-
"version": "2.2.4",
3+
"version": "12.0.0",
44
"description": "A wrapper for the Google Charts library written with Angular",
55
"keywords": [
66
"Angular",
@@ -32,4 +32,4 @@
3232
"tslib": "^2.2.0"
3333
},
3434
"main": "src/index.ts"
35-
}
35+
}

0 commit comments

Comments
 (0)