Skip to content

Commit b5f81fd

Browse files
committed
chore: release v0.2.0
Wrong version released
1 parent 3853277 commit b5f81fd

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## v0.1.1
8+
## v0.2.0
99

10-
[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-animate/compare/v0.1.0...v0.1.1)
10+
[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-animate/compare/v0.1.0...v0.2.0)
1111

1212
### 🚀 Enhancements
1313

14-
- Updated to latest tailwind plugin structure ([d54d4a6](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/d54d4a6))
15-
16-
### 📦 Build
17-
18-
- Change to pnpm ([43a07d7](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/43a07d7))
19-
- Move renovate ([2dda9fa](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/2dda9fa))
20-
- Add packageManager ([448bf1b](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/448bf1b))
21-
22-
### 🏡 Chore
14+
BREAKING CHANGE: May require tweaks to tailwind config file, see README for details.
2315

24-
- Update to use preferred tools ([3202f59](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/3202f59))
25-
26-
### ❤️ Contributors
27-
28-
- John Campion Jr <[email protected]>
29-
- John Campion <[email protected]>
16+
- Updated to latest tailwind plugin structure ([d54d4a6](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/d54d4a6))
3017

3118
## [0.1.0] - 2022-08-13
3219

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jcamp/tailwindcss-plugin-animate",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"packageManager": "^[email protected]",
55
"description": "An updated animation plugin for Tailwind CSS v3",
66
"author": "John Campion (https://github.com/JohnCampionJr/)",
@@ -34,7 +34,7 @@
3434
"postinstall": "npx simple-git-hooks",
3535
"release": "changelogen --release --push",
3636
"release:major": "changelogen --release --major --push",
37-
"publish": "pnpm publish --access public"
37+
"pub": "pnpm publish --access public"
3838
},
3939
"publishConfig": {
4040
"access": "public"

0 commit comments

Comments
 (0)