Skip to content

Commit df20b6e

Browse files
committed
Release 6.14.2
1 parent 439c64e commit df20b6e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [6.14.2](https://github.com/yao-pkg/pkg/compare/v6.14.1...v6.14.2) (2026-04-01)
4+
5+
### Features
6+
7+
- add workflow to bump pkg-fetch dependency automatically ([7450d31](https://github.com/yao-pkg/pkg/commit/7450d31d6956cccc6f8d4e68de8c287cb9916584))
8+
- bump fetch 3.5.33 with nodejs 20.20.2, 22.22.2, 24.14.1 ([#226](https://github.com/yao-pkg/pkg/issues/226)) ([439c64e](https://github.com/yao-pkg/pkg/commit/439c64e64ca4979a9dc7e814ecd5c8811d1ac65c))
9+
10+
### Bug Fixes
11+
12+
- improve formatting of pull request title for pkg-fetch version bump ([022f69d](https://github.com/yao-pkg/pkg/commit/022f69df3aa3ca79c80b9c7dad4969d1f23f1f77))
13+
14+
### Chores
15+
16+
- switch to npm trusted publisher with OIDC provenance ([#225](https://github.com/yao-pkg/pkg/issues/225)) ([b9fd3fd](https://github.com/yao-pkg/pkg/commit/b9fd3fd372d62866265789e27dfea22404dbd8d1))
17+
318
## [6.14.1](https://github.com/yao-pkg/pkg/compare/v6.14.0...v6.14.1) (2026-02-20)
419

520
### Bug Fixes

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.14.1",
3+
"version": "6.14.2",
44
"description": "Package your Node.js project into an executable",
55
"main": "lib-es5/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)