From 0301835f33ec46df60580d62e0e3b6832fbf7ee4 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann <8985933+marcjulian@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:31:22 +0200 Subject: [PATCH] 4.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",