diff --git a/CHANGELOG.md b/CHANGELOG.md index f04139c..985e896 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.1](https://github.com/kyubisation/angular-t9n/compare/11.1.0...11.1.1) (2020-11-23) + +### Bug Fixes + +- add server script to package files ([d11e37f](https://github.com/kyubisation/angular-t9n/commit/d11e37f8b6f243c294749e000d7ff0d755b4194f)) + ## [11.1.0](https://github.com/kyubisation/angular-t9n/compare/11.0.0...11.1.0) (2020-11-20) ### Features diff --git a/package-lock.json b/package-lock.json index 1a5f110..491c12c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-t9n", - "version": "11.1.0", + "version": "11.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 130239c..b20df30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-t9n", - "version": "11.1.0", + "version": "11.1.1", "description": "A translation tool for Angular i18n", "bin": { "ng-t9n": "./bin/cli.js"