Skip to content

Commit

Permalink
chore(release): 17.0.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 6, 2023
1 parent a6d5471 commit 5e0d6a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [17.0.0-next.0](https://github.com/kyubisation/angular-t9n/compare/16.0.0...17.0.0-next.0) (2023-11-06)

### ⚠ BREAKING CHANGES

- This library now uses Angular 17

### Features

- upgrade to Angular 17 ([#42](https://github.com/kyubisation/angular-t9n/issues/42)) ([a6d5471](https://github.com/kyubisation/angular-t9n/commit/a6d5471382a7aa49943eabf350a34c6c3129904c))

## [16.0.0](https://github.com/kyubisation/angular-t9n/compare/15.0.2...16.0.0) (2023-05-04)

### ⚠ BREAKING CHANGES
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": "16.0.0",
"version": "17.0.0-next.0",
"description": "A translation tool for Angular i18n",
"bin": {
"ng-t9n": "./bin/cli.js"
Expand Down

0 comments on commit 5e0d6a7

Please sign in to comment.