diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c721b0..e003ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.2.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.1.0...v2.2.0) (2021-05-17) + + +### Features + +* **cli:** check @angular/cli version ([d904226](https://github.com/notiz-dev/ngx-tailwind/commit/d904226c52b68e8fbc2b375c545f231d8c391812)) +* **tailwind:** add jit mode as comment to tailwind config ([388f1cf](https://github.com/notiz-dev/ngx-tailwind/commit/388f1cf98c2550e3a1dca338c40e9f9766d20ec0)) + + + # [2.1.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.0.0...v2.1.0) (2021-02-15) diff --git a/package.json b/package.json index 9a573ed..e04d9ef 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "2.2.0-dev.0", + "version": "2.2.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"