We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722202e commit 0301835Copy full SHA for 0301835
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [4.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v3.0.0...v4.0.0) (2022-07-12)
2
+
3
+### Features
4
5
+* **tailwind**: add tailwind types to `tailwind.config.js``
6
+* **angular**: update to angular 14
7
8
# [3.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.3.0...v3.0.0) (2022-01-02)
9
10
### Features
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",
0 commit comments