Skip to content

Commit 72f8883

Browse files
committed
10.5.3
1 parent c37e4f6 commit 72f8883

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ 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.5.2](https://github.com/bcomnes/top-bun/compare/v10.5.1...v10.5.2)
10+
## [v10.5.3](https://github.com/bcomnes/top-bun/compare/v10.5.2...v10.5.3)
11+
12+
### Merged
13+
14+
- Bump @types/node from 22.15.31 to 24.0.1 [`#188`](https://github.com/bcomnes/top-bun/pull/188)
15+
16+
### Commits
17+
18+
- Merge pull request #190 from bcomnes/dependabot/npm_and_yarn/pkg-dir-9.0.0 [`c37e4f6`](https://github.com/bcomnes/top-bun/commit/c37e4f689bafdac9fc6d2beed9542f296485eaa0)
19+
- Update docs [`e7bf161`](https://github.com/bcomnes/top-bun/commit/e7bf16130b93d49b70208bd1a51156b240b97364)
20+
- Switch to package-directory [`3c06772`](https://github.com/bcomnes/top-bun/commit/3c06772b5ac1af4564b3edf94ad98b2407a7f1dc)
21+
22+
## [v10.5.2](https://github.com/bcomnes/top-bun/compare/v10.5.1...v10.5.2) - 2025-05-14
1123

1224
### Commits
1325

@@ -168,12 +180,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
168180

169181
## [v8.0.2](https://github.com/bcomnes/top-bun/compare/v8.0.1...v8.0.2) - 2024-08-23
170182

171-
### Commits
172-
173-
- Fix cheerio imports [`49045da`](https://github.com/bcomnes/top-bun/commit/49045da37742ab2c68e1daba280d0fd5bebe8e09)
174-
175-
## [v8.0.1](https://github.com/bcomnes/top-bun/compare/v8.0.0...v8.0.1) - 2024-08-22
176-
177183
### Merged
178184

179185
- Bump @voxpelli/tsconfig from 12.0.1 to 13.0.0 [`#156`](https://github.com/bcomnes/top-bun/pull/156)
@@ -182,6 +188,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
182188
### Commits
183189

184190
- Remove unused example [`aadef20`](https://github.com/bcomnes/top-bun/commit/aadef208aa56dc27584f8f833733d87e00fbcd57)
191+
- Fix cheerio imports [`49045da`](https://github.com/bcomnes/top-bun/commit/49045da37742ab2c68e1daba280d0fd5bebe8e09)
192+
193+
## [v8.0.1](https://github.com/bcomnes/top-bun/compare/v8.0.0...v8.0.1) - 2024-08-22
194+
195+
### Commits
196+
197+
- Remove unused example [`92dfb67`](https://github.com/bcomnes/top-bun/commit/92dfb676ae1f21cd29b0a1f9d9d19155d6ffd606)
185198

186199
## [v8.0.0](https://github.com/bcomnes/top-bun/compare/v7.3.4...v8.0.0) - 2024-08-06
187200

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

0 commit comments

Comments
 (0)