Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 3cc403c

Browse files
committed
Bump version to 0.5.0
1 parent 97cc935 commit 3cc403c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [0.5.0] - 2023-11-08
9+
10+
## Changed
11+
12+
- Update dev dependencies to latest version (97cc935)
13+
- Make peer dependencies version agnostic (757b26f)
14+
- Remove example, unneeded overhead (0996854, b6bde3e)
15+
816
## [0.4.1] - 2023-09-29
917

1018
## Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@destacks/tc",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Hassle-Free Merging & Sorting of Tailwind Classes",
55
"type": "module",
66
"main": "./dist/cjs/tc.cjs",

0 commit comments

Comments
 (0)