Skip to content

Commit 5f59d6b

Browse files
committed
Release 6.7.0
1 parent 7ce1085 commit 5f59d6b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [6.7.0](https://github.com/yao-pkg/pkg/compare/v6.6.0...v6.7.0) (2025-09-26)
2+
3+
### Features
4+
5+
- bump fetch v3.5.25 with node 20.19.5, 22.19.0, and 24.8.0, special thanks to [@faulpeltz](https://github.com/faulpeltz) ([7ce1085](https://github.com/yao-pkg/pkg/commit/7ce1085ef0601c51c175579fe16609299de8225a))
6+
7+
### Documentation
8+
9+
- behavior of `ignore` on dotfiles ([#170](https://github.com/yao-pkg/pkg/issues/170)) ([de1e819](https://github.com/yao-pkg/pkg/commit/de1e819464aae8cfd19d6415012ffc31d0889834))
10+
- instructions for injecting Windows exe metadata ([#174](https://github.com/yao-pkg/pkg/issues/174)) ([14e7df0](https://github.com/yao-pkg/pkg/commit/14e7df0c0fe0ad6fa28c8cba9da2b51d58b72bf6))
11+
112
## [6.6.0](https://github.com/yao-pkg/pkg/compare/v6.5.1...v6.6.0) (2025-07-19)
213

314
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yao-pkg/pkg",
3-
"version": "6.6.0",
3+
"version": "6.7.0",
44
"description": "Package your Node.js project into an executable",
55
"main": "lib-es5/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)