Skip to content

Commit 4dcd52c

Browse files
committed
chore(release): 1.2.0
1 parent 79e76ff commit 4dcd52c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/enjidev/tailwindcss-accent/compare/v1.1.0...v1.2.0) (2022-12-03)
6+
7+
8+
### Features
9+
10+
* add root option ([b20d472](https://github.com/enjidev/tailwindcss-accent/commit/b20d4722209704cad9d9c640aefe7e5acc961a99))
11+
* support for Tailwind CSS v2 and v3 ([7e39851](https://github.com/enjidev/tailwindcss-accent/commit/7e39851b7d2ddca2de747f4089b15f0f77db4ffe))
12+
513
## 1.1.0 (2022-12-02)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-accent",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Add dynamic accent color to your Tailwind CSS project.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)