Skip to content

Commit a227618

Browse files
committed
7.3.0
1 parent e7c20fc commit a227618

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
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-
## [v7.2.0](https://github.com/bcomnes/top-bun/compare/v7.1.9...v7.2.0)
10+
## [v7.3.0](https://github.com/bcomnes/top-bun/compare/v7.2.0...v7.3.0)
11+
12+
### Merged
13+
14+
- Bump bcomnes/deploy-to-neocities from 1 to 2 [`#136`](https://github.com/bcomnes/top-bun/pull/136)
15+
16+
### Commits
17+
18+
- Write esbuild metafile by default. [`c10ccaf`](https://github.com/bcomnes/top-bun/commit/c10ccaf8e79032abde86d179e7d622f0a6c510ba)
19+
- Update typescript version (finally) [`e7c20fc`](https://github.com/bcomnes/top-bun/commit/e7c20fc7cdf01185fb417fdedbf0cfa60a788a81)
20+
- Merge pull request #133 from bcomnes/dependabot/npm_and_yarn/package-json-10.0.0 [`6f6532e`](https://github.com/bcomnes/top-bun/commit/6f6532ee553f1c0707b736f3c979ff3536dc7611)
21+
22+
## [v7.2.0](https://github.com/bcomnes/top-bun/compare/v7.1.9...v7.2.0) - 2024-02-07
1123

1224
### Commits
1325

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

0 commit comments

Comments
 (0)