From 767bfcb85bf6b5e54effe071343a183483d44a72 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Tue, 19 Jan 2021 23:01:50 +0100 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cca67..0651a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.3.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.2.0...v1.3.0) (2021-01-19) + + +### Features + +* **plugins:** select and install [@tailwindcss](https://github.com/tailwindcss) core plugins ([97716c8](https://github.com/notiz-dev/ngx-tailwind/commit/97716c8870cfb9ac7e3a1948f2c9725d113b6a9e)) + + + # [1.2.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.1.0...v1.2.0) (2021-01-13) diff --git a/package-lock.json b/package-lock.json index 4443d45..068327c 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "1.0.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9dcd798..44b02aa 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "1.2.0", + "version": "1.3.0", "description": "Add tailwind to an Angular Workspace", "scripts": { "build": "tsc -p tsconfig.json",