From 4c3de88c9a9a0aa6d9bc8ccc1106721ac01e6034 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann <8985933+marcjulian@users.noreply.github.com> Date: Tue, 18 May 2021 08:51:31 +0200 Subject: [PATCH] 2.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",