Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
Wrong version released
  • Loading branch information
JohnCampionJr committed Jul 5, 2023
1 parent 3853277 commit b5f81fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
21 changes: 4 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.1
## v0.2.0

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

### 🚀 Enhancements

- Updated to latest tailwind plugin structure ([d54d4a6](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/d54d4a6))

### 📦 Build

- Change to pnpm ([43a07d7](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/43a07d7))
- Move renovate ([2dda9fa](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/2dda9fa))
- Add packageManager ([448bf1b](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/448bf1b))

### 🏡 Chore
BREAKING CHANGE: May require tweaks to tailwind config file, see README for details.

- Update to use preferred tools ([3202f59](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/3202f59))

### ❤️ Contributors

- John Campion Jr <[email protected]>
- John Campion <[email protected]>
- Updated to latest tailwind plugin structure ([d54d4a6](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/d54d4a6))

## [0.1.0] - 2022-08-13

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": "@jcamp/tailwindcss-plugin-animate",
"version": "0.1.1",
"version": "0.2.0",
"packageManager": "^[email protected]",
"description": "An updated animation plugin for Tailwind CSS v3",
"author": "John Campion (https://github.com/JohnCampionJr/)",
Expand Down Expand Up @@ -34,7 +34,7 @@
"postinstall": "npx simple-git-hooks",
"release": "changelogen --release --push",
"release:major": "changelogen --release --major --push",
"publish": "pnpm publish --access public"
"pub": "pnpm publish --access public"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b5f81fd

Please sign in to comment.