From b5f81fdcee26841822c17efdf720870f805fa15f Mon Sep 17 00:00:00 2001 From: John Campion Jr Date: Tue, 4 Jul 2023 23:57:07 -0400 Subject: [PATCH] chore: release v0.2.0 Wrong version released --- CHANGELOG.md | 21 ++++----------------- package.json | 4 ++-- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac45cf..2c9b3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- John Campion +- Updated to latest tailwind plugin structure ([d54d4a6](https://github.com/jcamp-code/tailwindcss-plugin-animate/commit/d54d4a6)) ## [0.1.0] - 2022-08-13 diff --git a/package.json b/package.json index c722dc4..4494e46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jcamp/tailwindcss-plugin-animate", - "version": "0.1.1", + "version": "0.2.0", "packageManager": "^pnpm@8.1.0", "description": "An updated animation plugin for Tailwind CSS v3", "author": "John Campion (https://github.com/JohnCampionJr/)", @@ -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"