Skip to content

Commit 081e76c

Browse files
committed
chore: release v0.3.0
1 parent e66d44a commit 081e76c

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
11

2+
## v0.2.1...main
3+
4+
[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.2.1...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Add `noFallthroughCasesInSwitch` ([b9cfa30](https://github.com/stacksjs/ts-starter/commit/b9cfa30))
9+
- Add `verbatimModuleSyntax` ([c495d17](https://github.com/stacksjs/ts-starter/commit/c495d17))
10+
- Several updates ([f703179](https://github.com/stacksjs/ts-starter/commit/f703179))
11+
12+
### 🩹 Fixes
13+
14+
- Properly use bun types ([7144221](https://github.com/stacksjs/ts-starter/commit/7144221))
15+
16+
### 🏡 Chore
17+
18+
- Adjust badge links ([432aff7](https://github.com/stacksjs/ts-starter/commit/432aff7))
19+
- Add `runs-on` options ([9a5b97f](https://github.com/stacksjs/ts-starter/commit/9a5b97f))
20+
- Cache node_modules ([ba2f6ce](https://github.com/stacksjs/ts-starter/commit/ba2f6ce))
21+
- Use `ubuntu-latest` for now ([1add684](https://github.com/stacksjs/ts-starter/commit/1add684))
22+
- Minor updates ([1007cff](https://github.com/stacksjs/ts-starter/commit/1007cff))
23+
- Lint ([d531bdc](https://github.com/stacksjs/ts-starter/commit/d531bdc))
24+
- Remove bunx usage ([e1a5575](https://github.com/stacksjs/ts-starter/commit/e1a5575))
25+
- Pass bun flag ([960976f](https://github.com/stacksjs/ts-starter/commit/960976f))
26+
- Use defaults ([157455b](https://github.com/stacksjs/ts-starter/commit/157455b))
27+
- Run typecheck using bun flag ([f22f3b1](https://github.com/stacksjs/ts-starter/commit/f22f3b1))
28+
- Test ([0b3c3a1](https://github.com/stacksjs/ts-starter/commit/0b3c3a1))
29+
- Use modern js for commitlint ([4bd6978](https://github.com/stacksjs/ts-starter/commit/4bd6978))
30+
- Update worklows readme ([f54aae9](https://github.com/stacksjs/ts-starter/commit/f54aae9))
31+
- Adjust readme ([92d7ff1](https://github.com/stacksjs/ts-starter/commit/92d7ff1))
32+
- More updates ([0225587](https://github.com/stacksjs/ts-starter/commit/0225587))
33+
- Add .zed settings for biome ([1688024](https://github.com/stacksjs/ts-starter/commit/1688024))
34+
- Extend via alias ([b108d30](https://github.com/stacksjs/ts-starter/commit/b108d30))
35+
- Lint ([d961b2a](https://github.com/stacksjs/ts-starter/commit/d961b2a))
36+
- Minor updates ([e66d44a](https://github.com/stacksjs/ts-starter/commit/e66d44a))
37+
38+
### ❤️ Contributors
39+
40+
41+
242
## v0.2.0...main
343

444
[compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.2.0...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-ts-starter",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"description": "A simple TypeScript starter kit using Bun.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)