diff --git a/CHANGELOG.md b/CHANGELOG.md index 985e896..661e7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [11.1.2](https://github.com/kyubisation/angular-t9n/compare/11.1.1...11.1.2) (2020-11-23) + +### Bug Fixes + +- use correct json schema for init ([69ea706](https://github.com/kyubisation/angular-t9n/commit/69ea706bc520250d64102bdda6de2c5e91cbd1b6)) + ### [11.1.1](https://github.com/kyubisation/angular-t9n/compare/11.1.0...11.1.1) (2020-11-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 491c12c..a4c0d4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-t9n", - "version": "11.1.1", + "version": "11.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b20df30..8c056c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-t9n", - "version": "11.1.1", + "version": "11.1.2", "description": "A translation tool for Angular i18n", "bin": { "ng-t9n": "./bin/cli.js"