From 3ebdd31d7e7013eba9fd07f24478544c89c00348 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann <8985933+marcjulian@users.noreply.github.com> Date: Mon, 15 Feb 2021 08:40:34 +0100 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e132d69..2c721b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.1.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.0.0...v2.1.0) (2021-02-15) + + +### Features + +* **angular-cli:** prompt if using angular cli 11.2 or above ([fbf4637](https://github.com/notiz-dev/ngx-tailwind/commit/fbf463783c62ed283660ad2f5ea4ef862ed97263)) +* **schematics:** new setup for angular 11.2 and above ([47225ba](https://github.com/notiz-dev/ngx-tailwind/commit/47225ba5e2d0aed39000655406cf35205bd9b60c)) + + + # [2.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.3.0...v2.0.0) (2021-01-21) diff --git a/package.json b/package.json index ddeeedd..2625a92 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "2.1.0-dev.0", + "version": "2.1.0", "description": "Add Tailwind CSS to an Angular Workspace", "scripts": { "build": "tsc -p tsconfig.json",