Skip to content

Commit 82c324b

Browse files
committed
Release 6.18.0
1 parent aa63483 commit 82c324b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [6.18.0](https://github.com/yao-pkg/pkg/compare/v6.17.0...v6.18.0) (2026-04-20)
4+
5+
### Features
6+
7+
- **api:** typed options object for exec() ([#253](https://github.com/yao-pkg/pkg/issues/253)) ([f061f72](https://github.com/yao-pkg/pkg/commit/f061f7250915e1fa176a9e5bceb7be34bd0edac2)), closes [#242](https://github.com/yao-pkg/pkg/issues/242)
8+
- auto-discover .pkgrc / pkg.config.{js,cjs,mjs} ([#254](https://github.com/yao-pkg/pkg/issues/254)) ([53ce68b](https://github.com/yao-pkg/pkg/commit/53ce68be30efa2a34a3d8324111bcf987e9460c2)), closes [#238](https://github.com/yao-pkg/pkg/issues/238)
9+
10+
### Documentation
11+
12+
- tighten guide pages — remove AI-slop headings and verbose framing ([cc331fa](https://github.com/yao-pkg/pkg/commit/cc331fa161216ef0b10f8364d04d9fb3694ea886))
13+
314
## [6.17.0](https://github.com/yao-pkg/pkg/compare/v6.16.0...v6.17.0) (2026-04-18)
415

516
### 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.17.0",
3+
"version": "6.18.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)