-
Notifications
You must be signed in to change notification settings - Fork 1
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
e6acbb2
commit 06e88ed
Showing
4 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
|
||
## v0.0.5...main | ||
|
||
[compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.0.5...main) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Add pkgx deps ([319c066](https://github.com/stacksjs/bun-ts-starter/commit/319c066)) | ||
- Use flat eslint config ([cdb0093](https://github.com/stacksjs/bun-ts-starter/commit/cdb0093)) | ||
|
||
### 🏡 Chore | ||
|
||
- Fix badge ([bc3b000](https://github.com/stacksjs/bun-ts-starter/commit/bc3b000)) | ||
- Minor updates ([78dc522](https://github.com/stacksjs/bun-ts-starter/commit/78dc522)) | ||
- Housekeeping ([e1cba3b](https://github.com/stacksjs/bun-ts-starter/commit/e1cba3b)) | ||
- Additional housekeeping ([f5dc625](https://github.com/stacksjs/bun-ts-starter/commit/f5dc625)) | ||
- Add `.gitattributes` ([7080f8c](https://github.com/stacksjs/bun-ts-starter/commit/7080f8c)) | ||
- Adjust deps ([cc71b42](https://github.com/stacksjs/bun-ts-starter/commit/cc71b42)) | ||
- Adjust wording ([3bc54b3](https://github.com/stacksjs/bun-ts-starter/commit/3bc54b3)) | ||
- Adjust readme cover ([e6acbb2](https://github.com/stacksjs/bun-ts-starter/commit/e6acbb2)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Chris <[email protected]> | ||
|
||
## v0.0.5...main | ||
|
||
[compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.0.5...main) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Add pkgx deps ([319c066](https://github.com/stacksjs/bun-ts-starter/commit/319c066)) | ||
- Use flat eslint config ([cdb0093](https://github.com/stacksjs/bun-ts-starter/commit/cdb0093)) | ||
|
||
### 🏡 Chore | ||
|
||
- Fix badge ([bc3b000](https://github.com/stacksjs/bun-ts-starter/commit/bc3b000)) | ||
- Minor updates ([78dc522](https://github.com/stacksjs/bun-ts-starter/commit/78dc522)) | ||
- Housekeeping ([e1cba3b](https://github.com/stacksjs/bun-ts-starter/commit/e1cba3b)) | ||
- Additional housekeeping ([f5dc625](https://github.com/stacksjs/bun-ts-starter/commit/f5dc625)) | ||
- Add `.gitattributes` ([7080f8c](https://github.com/stacksjs/bun-ts-starter/commit/7080f8c)) | ||
- Adjust deps ([cc71b42](https://github.com/stacksjs/bun-ts-starter/commit/cc71b42)) | ||
- Adjust wording ([3bc54b3](https://github.com/stacksjs/bun-ts-starter/commit/3bc54b3)) | ||
- Adjust readme cover ([e6acbb2](https://github.com/stacksjs/bun-ts-starter/commit/e6acbb2)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Chris <[email protected]> | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "bun-ts-starter", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "A simple TypeScript starter kit using Bun.", | ||
"author": "Chris Breuer <[email protected]>", | ||
"license": "MIT", | ||
|