Skip to content

Commit

Permalink
chore(release): 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 22, 2024
1 parent b40f7dd commit 6d61b62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6d61b62

Please sign in to comment.