Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 13, 2021
1 parent 651fda8 commit 1fc19ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.2.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.1.0...v1.2.0) (2021-01-13)


### Bug Fixes

* **cross-env:** modify the flag installCrossPlatform to disableCrossPlatform ([af3d717](https://github.com/notiz-dev/ngx-tailwind/commit/af3d71727fa65e2642e3e8991a8a985cd3366832))


### Features

* **cross-env:** add cross-env to build:prod script ([2be0001](https://github.com/notiz-dev/ngx-tailwind/commit/2be0001e0737509aa57c41510de4fc972b8209c2))
* **deps:** update dependencies ([651fda8](https://github.com/notiz-dev/ngx-tailwind/commit/651fda8df9eb1276a3d2980420632640b1db825f))



# [1.1.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.0.0...v1.1.0) (2020-12-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tailwind",
"version": "1.1.0",
"version": "1.2.0",
"description": "Add tailwind to an Angular Workspace",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 1fc19ba

Please sign in to comment.