diff --git a/CHANGELOG.md b/CHANGELOG.md index dadb196..b9fde1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -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. +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [19.0.0](https://github.com/kyubisation/angular-t9n/compare/18.0.0...19.0.0) (2024-11-22) + +### ⚠ BREAKING CHANGES + +- Update to Angular 19 + +### Features + +- update to Angular 19 ([#49](https://github.com/kyubisation/angular-t9n/issues/49)) ([b40f7dd](https://github.com/kyubisation/angular-t9n/commit/b40f7dd4a16dd7761f5713f4dc1f2dc6656cac0e)) ## [18.0.0](https://github.com/kyubisation/angular-t9n/compare/17.0.0...18.0.0) (2024-05-24) diff --git a/package.json b/package.json index d273633..9365da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-t9n", - "version": "18.0.0", + "version": "19.0.0", "description": "A translation tool for Angular i18n", "bin": { "ng-t9n": "./bin/cli.js"