Skip to content

Commit 0666ab5

Browse files
committed
10.1.2
1 parent dec71f6 commit 0666ab5

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
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-
## [v10.1.1](https://github.com/bcomnes/top-bun/compare/v10.1.0...v10.1.1)
10+
## [v10.1.2](https://github.com/bcomnes/top-bun/compare/v10.1.1...v10.1.2)
11+
12+
### Merged
13+
14+
- Bump typescript from 5.6.3 to 5.7.2 [`#169`](https://github.com/bcomnes/top-bun/pull/169)
15+
- Bump bcomnes/deploy-to-neocities from 2 to 3 [`#168`](https://github.com/bcomnes/top-bun/pull/168)
16+
17+
### Commits
18+
19+
- Fix preact layout [`78584dc`](https://github.com/bcomnes/top-bun/commit/78584dcdee1506abcb40fc70d287bd9b8bd24aa0)
20+
- Add type example [`e1cea35`](https://github.com/bcomnes/top-bun/commit/e1cea35706c95a98fd7ae262fdc2c42893495603)
21+
- Update tests.yml [`84bcd77`](https://github.com/bcomnes/top-bun/commit/84bcd775b13690e584d4cc655e33d5e52f015a2c)
22+
23+
## [v10.1.1](https://github.com/bcomnes/top-bun/compare/v10.1.0...v10.1.1) - 2024-10-23
1124

1225
### Commits
1326

@@ -68,12 +81,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6881

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

71-
### Commits
72-
73-
- Fix cheerio imports [`49045da`](https://github.com/bcomnes/top-bun/commit/49045da37742ab2c68e1daba280d0fd5bebe8e09)
74-
75-
## [v8.0.1](https://github.com/bcomnes/top-bun/compare/v8.0.0...v8.0.1) - 2024-08-22
76-
7784
### Merged
7885

7986
- Bump @voxpelli/tsconfig from 12.0.1 to 13.0.0 [`#156`](https://github.com/bcomnes/top-bun/pull/156)
@@ -82,6 +89,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
8289
### Commits
8390

8491
- Remove unused example [`aadef20`](https://github.com/bcomnes/top-bun/commit/aadef208aa56dc27584f8f833733d87e00fbcd57)
92+
- Fix cheerio imports [`49045da`](https://github.com/bcomnes/top-bun/commit/49045da37742ab2c68e1daba280d0fd5bebe8e09)
93+
94+
## [v8.0.1](https://github.com/bcomnes/top-bun/compare/v8.0.0...v8.0.1) - 2024-08-22
95+
96+
### Commits
97+
98+
- Remove unused example [`92dfb67`](https://github.com/bcomnes/top-bun/commit/92dfb676ae1f21cd29b0a1f9d9d19155d6ffd606)
8599

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

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

0 commit comments

Comments
 (0)