diff --git a/CHANGELOG.md b/CHANGELOG.md index 0651a3e..e132d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.3.0...v2.0.0) (2021-01-21) + + +### Bug Fixes + +* **workspace:** new workspace utils import for angular 11 ([5926df3](https://github.com/notiz-dev/ngx-tailwind/commit/5926df3c93e294b179105ec913b874dd7e278736)) + + +### Features + +* **deps:** update to latest deps ([681b5eb](https://github.com/notiz-dev/ngx-tailwind/commit/681b5ebd3bccd847c21b4008325a17a8175ea359)) + + + # [1.3.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.2.0...v1.3.0) (2021-01-19) diff --git a/package.json b/package.json index cd6bf23..05c4d77 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "2.0.0-dev.0", + "version": "2.0.0", "description": "Add Tailwind CSS to an Angular Workspace", "scripts": { "build": "tsc -p tsconfig.json", @@ -9,7 +9,7 @@ "start:dev": "npm run build && cd angular-workspace && schematics ..:ng-add", "start": "npm run build && cd angular-workspace && schematics ..:ng-add --debug false", "changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s", - "rocket": "npm run build && npm publish --tag dev" + "rocket": "npm run build && npm publish" }, "keywords": [ "schematics"