diff --git a/CHANGELOG.md b/CHANGELOG.md index e56c1ff..7b395f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.2](https://github.com/notiz-dev/ngx-tailwind/compare/v2.2.1...v2.2.2) (2021-09-30) + + +### Features + +* **schematics:** update default versions ([38006ce](https://github.com/notiz-dev/ngx-tailwind/commit/38006ce06123b95c312878822e9fd92093ced4b0)) + + + ## [2.2.1](https://github.com/notiz-dev/ngx-tailwind/compare/v2.2.0...v2.2.1) (2021-05-18) diff --git a/package.json b/package.json index 030ade5..53597f0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "2.2.1", + "version": "2.2.2", "description": "Add Tailwind CSS to an Angular Workspace", "scripts": { "build": "tsc -p tsconfig.json",