Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 6, 2024
1 parent a71562d commit 3315052
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

## ...main


### 🏡 Chore

- Initial commit ([6a51579](https://github.com/stacksjs/ts-starter/commit/6a51579))
- Adjust readme links ([363287c](https://github.com/stacksjs/ts-starter/commit/363287c))
- Several minor adjustments ([c615067](https://github.com/stacksjs/ts-starter/commit/c615067))
- Update `bun-plugin-dts-auto` ([517f5f7](https://github.com/stacksjs/ts-starter/commit/517f5f7))
- Use bun publish ([d1d254b](https://github.com/stacksjs/ts-starter/commit/d1d254b))
- Minify build & include sourcemap ([8080a31](https://github.com/stacksjs/ts-starter/commit/8080a31))
- Adjust image url for proper remote display ([a71562d](https://github.com/stacksjs/ts-starter/commit/a71562d))

### ❤️ Contributors

- Chris <[email protected]>

## v0.3.1...main

[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.3.1...main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bun-spreadsheets",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"description": "Easily generate spreadsheets, like CSVs and Excel files.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 3315052

Please sign in to comment.