Skip to content

Commit 6961b22

Browse files
committed
11.0.0
1 parent 273c5e5 commit 6961b22

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@ 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-
## [v11.0.0-beta.7](https://github.com/bcomnes/top-bun/compare/v11.0.0-beta.6...v11.0.0-beta.7)
10+
## [v11.0.0](https://github.com/bcomnes/top-bun/compare/v11.0.0-beta.7...v11.0.0)
11+
12+
### Merged
13+
14+
- Bump chokidar from 4.0.3 to 5.0.0 [`#211`](https://github.com/bcomnes/top-bun/pull/211)
15+
- Bump read-pkg from 9.0.1 to 10.0.0 [`#208`](https://github.com/bcomnes/top-bun/pull/208)
16+
- Bump esbuild from 0.25.12 to 0.27.1 [`#212`](https://github.com/bcomnes/top-bun/pull/212)
17+
- Bump actions/checkout from 5 to 6 [`#210`](https://github.com/bcomnes/top-bun/pull/210)
18+
- Bump actions/setup-node from 5 to 6 [`#207`](https://github.com/bcomnes/top-bun/pull/207)
19+
- Bump actions/setup-node from 4 to 5 [`#205`](https://github.com/bcomnes/top-bun/pull/205)
20+
- Bump the react group across 1 directory with 3 updates [`#202`](https://github.com/bcomnes/top-bun/pull/202)
21+
22+
### Commits
23+
24+
- Update website deploy [`273c5e5`](https://github.com/bcomnes/top-bun/commit/273c5e5bfdaebb1bd9812b00d3181a6c14e682d7)
25+
- Merge pull request #219 from bcomnes/blog-example [`c3a7d61`](https://github.com/bcomnes/top-bun/commit/c3a7d61c1caaea7b488927332630624846255d61)
26+
- Implement progressive watching [`e2ec56e`](https://github.com/bcomnes/top-bun/commit/e2ec56e4006445982f6a23f3002ca5792fa47e12)
27+
28+
## [v11.0.0-beta.7](https://github.com/bcomnes/top-bun/compare/v11.0.0-beta.6...v11.0.0-beta.7) - 2025-08-17
1129

1230
### Commits
1331

package.json

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

0 commit comments

Comments
 (0)