Skip to content

Commit ca558ca

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-05-09) ### Bug Fixes * added `tw` as a named export ([9e66fed](9e66fed))
1 parent 9e66fed commit ca558ca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/goldenpathtechnologies/tagged-classnames/compare/v1.0.0...v1.0.1) (2023-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* added `tw` as a named export ([9e66fed](https://github.com/goldenpathtechnologies/tagged-classnames/commit/9e66fed80fa385494b69d8e34e44c2944278e2b9))
7+
18
## 1.0.0 (2023-03-18)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tagged-classnames",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A utility designed to ease maintenance and organization of Tailwind classes.",
55
"author": "Daryl G. Wright <[email protected]>",
66
"license": "MIT",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = "1.0.0";
2+
export const version = "1.0.1";

0 commit comments

Comments
 (0)