Skip to content

Commit

Permalink
chore(release): 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FERNman committed Sep 12, 2024
1 parent d236480 commit e2a1a65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

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.

## [12.0.0](https://github.com/FERNman/angular-google-charts/compare/v2.2.4...v12.0.0) (2024-09-12)
## [16.0.0](https://github.com/FERNman/angular-google-charts/compare/v12.0.0...v16.0.0) (2024-09-12)

### ⚠ BREAKING CHANGES

- Angular 16 (#321)

- Angular 16 ([#321](https://github.com/FERNman/angular-google-charts/issues/321)) ([d236480](https://github.com/FERNman/angular-google-charts/commit/d236480e92f1436b5539a4e8b67a86f2d1f183d3))

## [12.0.0](https://github.com/FERNman/angular-google-charts/compare/v2.2.4...v12.0.0) (2024-09-12)

### Features

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

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

Expand Down
4 changes: 2 additions & 2 deletions 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": "12.0.0",
"version": "16.0.0",
"description": "A wrapper for the Google Charts library written with Angular",
"keywords": [
"Angular",
Expand Down Expand Up @@ -32,4 +32,4 @@
"tslib": "^2.2.0"
},
"main": "src/index.ts"
}
}

0 comments on commit e2a1a65

Please sign in to comment.