Skip to content

Commit 9a44929

Browse files
committed
chore: release v0.1.0
1 parent 2cf9a9e commit 9a44929

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
## ...main
3+
4+
5+
### 🏡 Chore
6+
7+
- Initial commit ([7bf9bac](https://github.com/stacksjs/ts-slug/commit/7bf9bac))
8+
- Adjust meta images ([508a552](https://github.com/stacksjs/ts-slug/commit/508a552))
9+
- Lint ([fd08ee6](https://github.com/stacksjs/ts-slug/commit/fd08ee6))
10+
- Resolve type issues ([e3b6b67](https://github.com/stacksjs/ts-slug/commit/e3b6b67))
11+
- Lint ([2cf9a9e](https://github.com/stacksjs/ts-slug/commit/2cf9a9e))
12+
13+
### ❤️ Contributors
14+
15+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
16+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-slug",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "Generate slugs from strings. Browser & Bun/Node.js compatible.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)