-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a71562d
commit 3315052
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|