Skip to content

Commit 488c7d7

Browse files
committed
10.2.1
1 parent 13e9463 commit 488c7d7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@ 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.2.0](https://github.com/bcomnes/top-bun/compare/v10.1.4...v10.2.0)
10+
## [v10.2.1](https://github.com/bcomnes/top-bun/compare/v10.2.0...v10.2.1)
11+
12+
### Merged
13+
14+
- A couple of suggestions and fixes [`#177`](https://github.com/bcomnes/top-bun/pull/177)
15+
- Bump typescript from 5.7.3 to 5.8.2 [`#176`](https://github.com/bcomnes/top-bun/pull/176)
16+
- Bump esbuild from 0.24.2 to 0.25.0 [`#175`](https://github.com/bcomnes/top-bun/pull/175)
17+
18+
### Commits
19+
20+
- Tailwind example [`92d4310`](https://github.com/bcomnes/top-bun/commit/92d4310a305722b5f20cfc9106f528021313cdfa)
21+
- CSS modules [`4858bed`](https://github.com/bcomnes/top-bun/commit/4858bed3488b804783e8c6a6a2fe0d7a7c35cfd2)
22+
- Fix use of "@template" [`97696e2`](https://github.com/bcomnes/top-bun/commit/97696e22e81f0d64ee2d5e4bbc47c868e69826e0)
23+
24+
## [v10.2.0](https://github.com/bcomnes/top-bun/compare/v10.1.4...v10.2.0) - 2025-01-29
1125

1226
### Commits
1327

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.2.0",
4+
"version": "10.2.1",
55
"type": "module",
66
"main": "./index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)