Skip to content

Commit 22ee497

Browse files
committed
10.4.0
1 parent d41e741 commit 22ee497

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v10.3.1](https://github.com/bcomnes/top-bun/compare/v10.3.0...v10.3.1)
10+
## [v10.4.0](https://github.com/bcomnes/top-bun/compare/v10.3.1...v10.4.0)
11+
12+
### Merged
13+
14+
- Enable support for .ts files via node and esbuild type stripping [`#181`](https://github.com/bcomnes/top-bun/pull/181)
15+
- Bump npm-run-all2 from 7.0.2 to 8.0.1 [`#180`](https://github.com/bcomnes/top-bun/pull/180)
16+
17+
### Commits
18+
19+
- Update README.md [`cbca134`](https://github.com/bcomnes/top-bun/commit/cbca1342036345c20af90657ff9c259c39990940)
20+
21+
## [v10.3.1](https://github.com/bcomnes/top-bun/compare/v10.3.0...v10.3.1) - 2025-04-17
1122

1223
### Commits
1324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "top-bun",
33
"description": "top-bun: a traditional web bakery made with html, md, css and js.",
4-
"version": "10.3.1",
4+
"version": "10.4.0",
55
"type": "module",
66
"main": "./index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)