Skip to content

Commit e2a1a65

Browse files
committed
chore(release): 16.0.0
1 parent d236480 commit e2a1a65

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
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)
5+
## [16.0.0](https://github.com/FERNman/angular-google-charts/compare/v12.0.0...v16.0.0) (2024-09-12)
6+
7+
### ⚠ BREAKING CHANGES
68

9+
- Angular 16 (#321)
10+
11+
- Angular 16 ([#321](https://github.com/FERNman/angular-google-charts/issues/321)) ([d236480](https://github.com/FERNman/angular-google-charts/commit/d236480e92f1436b5539a4e8b67a86f2d1f183d3))
12+
13+
## [12.0.0](https://github.com/FERNman/angular-google-charts/compare/v2.2.4...v12.0.0) (2024-09-12)
714

815
### Features
916

10-
* expand `row` type ([#313](https://github.com/FERNman/angular-google-charts/issues/313)) ([ea6456b](https://github.com/FERNman/angular-google-charts/commit/ea6456b0747a3e17e364faa04a06492af0a1ce59))
17+
- expand `row` type ([#313](https://github.com/FERNman/angular-google-charts/issues/313)) ([ea6456b](https://github.com/FERNman/angular-google-charts/commit/ea6456b0747a3e17e364faa04a06492af0a1ce59))
1118

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

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": "12.0.0",
3+
"version": "16.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)