Skip to content

Commit 0ec6f19

Browse files
committed
10.1.3
1 parent 034beec commit 0ec6f19

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
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.2](https://github.com/bcomnes/top-bun/compare/v10.1.1...v10.1.2)
10+
## [v10.1.3](https://github.com/bcomnes/top-bun/compare/v10.1.2...v10.1.3)
11+
12+
### Merged
13+
14+
- Bump ignore from 6.0.2 to 7.0.0 [`#173`](https://github.com/bcomnes/top-bun/pull/173)
15+
- Bump neostandard from 0.11.9 to 0.12.0 [`#170`](https://github.com/bcomnes/top-bun/pull/170)
16+
17+
### Commits
18+
19+
- Add a discord chat link [`034beec`](https://github.com/bcomnes/top-bun/commit/034beecf48847f383b69ba5faacee40d3bdd3caa)
20+
- Merge pull request #171 from bcomnes/dependabot/npm_and_yarn/examples/preact/preact/signals-2.0.0 [`55094e0`](https://github.com/bcomnes/top-bun/commit/55094e06c95710b4f123b05337996196058b1098)
21+
- Bump @preact/signals from 1.3.1 to 2.0.0 in /examples/preact [`b4c9415`](https://github.com/bcomnes/top-bun/commit/b4c9415bf8f99b4167f899f08abf3e1cb6159693)
22+
23+
## [v10.1.2](https://github.com/bcomnes/top-bun/compare/v10.1.1...v10.1.2) - 2024-11-28
1124

1225
### Merged
1326

package.json

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

0 commit comments

Comments
 (0)