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 Feb 22, 2024
1 parent e6acbb2 commit 06e88ed
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
Binary file modified .github/art/github_social_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions CHANGELOG.md
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]>

Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit 06e88ed

Please sign in to comment.