Skip to content

Commit 9a72e1e

Browse files
committed
chore: release v0.1.3
1 parent 9e24c59 commit 9a72e1e

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.2...v0.1.3)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.3 ([bf49808](https://github.com/stacksjs/headwind/commit/bf49808))
6+
- update `bun-git-hooks` ([9e24c59](https://github.com/stacksjs/headwind/commit/9e24c59))
7+
- adjust expectation ([6d9ca20](https://github.com/stacksjs/headwind/commit/6d9ca20))
8+
- use `clapp` ([355811b](https://github.com/stacksjs/headwind/commit/355811b))
9+
10+
### Contributors
11+
12+
13+
14+
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.2...HEAD)
15+
16+
### 🧹 Chores
17+
18+
- update `bun-git-hooks` ([9e24c59](https://github.com/stacksjs/headwind/commit/9e24c59))
19+
- adjust expectation ([6d9ca20](https://github.com/stacksjs/headwind/commit/6d9ca20))
20+
- use `clapp` ([355811b](https://github.com/stacksjs/headwind/commit/355811b))
21+
22+
### Contributors
23+
24+
25+
126
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.1...v0.1.2)
227

328
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "headwind",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/headwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/headwind",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "headwind-vscode",
3-
"version": "0.1.2"
3+
"version": "0.1.3"
44
}

0 commit comments

Comments
 (0)