Skip to content

Commit ff199dd

Browse files
committed
10.3.0
1 parent b9873c3 commit ff199dd

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ 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.2.1](https://github.com/bcomnes/top-bun/compare/v10.2.0...v10.2.1)
10+
## [v10.3.0](https://github.com/bcomnes/top-bun/compare/v10.2.1...v10.3.0)
11+
12+
### Merged
13+
14+
- Add a folder copy flag [`#178`](https://github.com/bcomnes/top-bun/pull/178)
15+
16+
### Commits
17+
18+
- Sketch out a directory copy feature [`5223293`](https://github.com/bcomnes/top-bun/commit/5223293e983fe393c5a3ebda853733f78ed45d46)
19+
- Update lib/build-copy/index.js [`3b20757`](https://github.com/bcomnes/top-bun/commit/3b207575025bd7951bbddcff0474bedba4ba549f)
20+
21+
## [v10.2.1](https://github.com/bcomnes/top-bun/compare/v10.2.0...v10.2.1) - 2025-04-02
1122

1223
### Merged
1324

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

0 commit comments

Comments
 (0)