Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed May 17, 2021
1 parent 3b13bff commit 0514ac5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 0514ac5

Please sign in to comment.