diff --git a/CHANGELOG.md b/CHANGELOG.md index e003ece..e56c1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.1](https://github.com/notiz-dev/ngx-tailwind/compare/v2.2.0...v2.2.1) (2021-05-18) + + +### Bug Fixes + +* **css:** tailwind directives name ([20896a4](https://github.com/notiz-dev/ngx-tailwind/commit/20896a478ac79aacb860378a1461d9d16bcb4375)) + + + # [2.2.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.1.0...v2.2.0) (2021-05-17) diff --git a/package.json b/package.json index e04d9ef..030ade5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "2.2.0", + "version": "2.2.1", "description": "Add Tailwind CSS to an Angular Workspace", "scripts": { "build": "tsc -p tsconfig.json",