From 927f8d351a83042b7c92657dd8a574af3468913e Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Fri, 24 May 2024 12:08:02 +0200 Subject: [PATCH] chore(release): 18.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186b43b..dadb196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [18.0.0](https://github.com/kyubisation/angular-t9n/compare/17.0.0...18.0.0) (2024-05-24) + +### ⚠ BREAKING CHANGES + +- Upgrade to Angular 18 + +### Features + +- upgrade to Angular 18 ([#48](https://github.com/kyubisation/angular-t9n/issues/48)) ([33d0713](https://github.com/kyubisation/angular-t9n/commit/33d07139e56fb81ff6036663c3e849d2b51280ce)) + ## [17.0.0](https://github.com/kyubisation/angular-t9n/compare/17.0.0-next.0...17.0.0) (2023-11-08) ## [17.0.0-next.0](https://github.com/kyubisation/angular-t9n/compare/16.0.0...17.0.0-next.0) (2023-11-06) diff --git a/package.json b/package.json index 0610306..ace8e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-t9n", - "version": "17.0.0", + "version": "18.0.0", "description": "A translation tool for Angular i18n", "bin": { "ng-t9n": "./bin/cli.js"