Skip to content

Commit 3315052

Browse files
committed
chore: release v0.1.0
1 parent a71562d commit 3315052

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11

2+
## ...main
3+
4+
5+
### 🏡 Chore
6+
7+
- Initial commit ([6a51579](https://github.com/stacksjs/ts-starter/commit/6a51579))
8+
- Adjust readme links ([363287c](https://github.com/stacksjs/ts-starter/commit/363287c))
9+
- Several minor adjustments ([c615067](https://github.com/stacksjs/ts-starter/commit/c615067))
10+
- Update `bun-plugin-dts-auto` ([517f5f7](https://github.com/stacksjs/ts-starter/commit/517f5f7))
11+
- Use bun publish ([d1d254b](https://github.com/stacksjs/ts-starter/commit/d1d254b))
12+
- Minify build & include sourcemap ([8080a31](https://github.com/stacksjs/ts-starter/commit/8080a31))
13+
- Adjust image url for proper remote display ([a71562d](https://github.com/stacksjs/ts-starter/commit/a71562d))
14+
15+
### ❤️ Contributors
16+
17+
18+
219
## v0.3.1...main
320

421
[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.3.1...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-spreadsheets",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "Easily generate spreadsheets, like CSVs and Excel files.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)