From 035a373a1fcb241615fe913750b82c7849b2d061 Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Wed, 8 Nov 2023 22:48:44 +0100 Subject: [PATCH] chore(release): 17.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf4507..186b43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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](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) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 7be35b2..8ff6530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-t9n", - "version": "17.0.0-next.0", + "version": "17.0.0", "description": "A translation tool for Angular i18n", "bin": { "ng-t9n": "./bin/cli.js"