Skip to content

Commit 3853277

Browse files
committed
chore(release): v0.1.1
1 parent d54d4a6 commit 3853277

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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
9+
10+
[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-animate/compare/v0.1.0...v0.1.1)
11+
12+
### 🚀 Enhancements
13+
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
23+
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 <john@brightshore.com>
29+
- John Campion <john@brightshore.com>
30+
831
## [0.1.0] - 2022-08-13
932

1033
Initial release!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jcamp/tailwindcss-plugin-animate",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"packageManager": "^pnpm@8.1.0",
55
"description": "An updated animation plugin for Tailwind CSS v3",
66
"author": "John Campion (https://github.com/JohnCampionJr/)",

0 commit comments

Comments
 (0)