From 6a64621139a4780ee0bf858d2bbca5ceb29067db Mon Sep 17 00:00:00 2001 From: jr Date: Mon, 29 Apr 2024 01:04:15 +0300 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f649825..ad8d325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/jozan/tailwind/compare/v0.3.0...v0.4.0) (2024-04-28) + + +### Features + +* add condc utility ([5f2eda2](https://github.com/jozan/tailwind/commit/5f2eda221bc91f4a74dd1485f172fd4e52bee7be)) + ## [0.3.0](https://github.com/jozan/tailwind/compare/v0.2.1...v0.3.0) (2024-04-28) diff --git a/package.json b/package.json index 7c2cefa..67a01a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@latehours/tailwind", - "version": "0.3.0", + "version": "0.4.0", "description": "collection of tailwind plugins", "license": "MIT", "homepage": "https://github.com/jozan/tailwind#readme", @@ -44,7 +44,11 @@ "default": "./dist/esm/condc.js" } }, - "files": ["./dist/**/*.js", "./dist/**/*.d.ts", "./dist/**/*.map"], + "files": [ + "./dist/**/*.js", + "./dist/**/*.d.ts", + "./dist/**/*.map" + ], "devDependencies": { "@biomejs/biome": "1.7.1", "@types/bun": "latest",