diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a613e..f1bf958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v3.0.0...v4.0.0) (2022-07-12) + +### Features + +* **tailwind**: add tailwind types to `tailwind.config.js`` +* **angular**: update to angular 14 + # [3.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.3.0...v3.0.0) (2022-01-02) ### Features diff --git a/package.json b/package.json index 4ce08d9..446ced0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "3.0.0", + "version": "4.0.0", "description": "Add Tailwind CSS to an Angular Workspace", "scripts": { "build": "tsc -p tsconfig.json",