Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 2, 2022
1 parent fc40db3 commit 8251d57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.3.0...v3.0.0) (2022-01-02)

### Features

* **tailwind**: update to tailwind 3
* **angular**: remove support for angular below 11.2
* **angular**: remove unnecessary angular production build script

# [2.3.0](https://github.com/notiz-dev/ngx-tailwind/compare/v2.2.2...v2.3.0) (2021-12-04)

### Features
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": "2.3.0",
"version": "3.0.0",
"description": "Add Tailwind CSS to an Angular Workspace",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 8251d57

Please sign in to comment.