Skip to content

Commit a883c19

Browse files
committed
10.0.0
1 parent 31fad61 commit a883c19

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ 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-
## [v9.1.1](https://github.com/bcomnes/top-bun/compare/v9.1.0...v9.1.1)
10+
## [v10.0.0](https://github.com/bcomnes/top-bun/compare/v9.1.1...v10.0.0)
11+
12+
### Merged
13+
14+
- Bump ignore from 5.3.2 to 6.0.2 [`#163`](https://github.com/bcomnes/top-bun/pull/163)
15+
- Add preact example [`#165`](https://github.com/bcomnes/top-bun/pull/165)
16+
17+
### Commits
18+
19+
- **Breaking change:** Update engines field to >=22.0.0 [`a5fc7d9`](https://github.com/bcomnes/top-bun/commit/a5fc7d93d32c8c79975706d67b272f2fc31836cc)
20+
- Merge pull request #166 from bcomnes/dependabot/npm_and_yarn/cpx2-8.0.0 [`31fad61`](https://github.com/bcomnes/top-bun/commit/31fad61feeab702e3534daa30f07c38083f202d0)
21+
- More design ideas [`3a99703`](https://github.com/bcomnes/top-bun/commit/3a9970378b85e283e2ee026f28a0ef4135afd4df)
22+
23+
## [v9.1.1](https://github.com/bcomnes/top-bun/compare/v9.1.0...v9.1.1) - 2024-09-25
1124

1225
### Commits
1326

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

0 commit comments

Comments
 (0)