Skip to content

Commit 1cd2b7e

Browse files
committed
Release 6.14.1
1 parent 290d9ba commit 1cd2b7e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [6.14.1](https://github.com/yao-pkg/pkg/compare/v6.14.0...v6.14.1) (2026-02-20)
4+
5+
### Bug Fixes
6+
7+
- MODULE_NOT_FOUND for ESM internal .mjs imports at runtime ([#218](https://github.com/yao-pkg/pkg/issues/218)) ([290d9ba](https://github.com/yao-pkg/pkg/commit/290d9ba2f6840b36163180133462875633127482))
8+
9+
### Chores
10+
11+
- add CLAUDE.md referencing shared copilot instructions ([#216](https://github.com/yao-pkg/pkg/issues/216)) ([2bd6e47](https://github.com/yao-pkg/pkg/commit/2bd6e478dc40159a041f5054df1444a07b88029a))
12+
313
## [6.14.0](https://github.com/yao-pkg/pkg/compare/v6.13.1...v6.14.0) (2026-02-16)
414

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

0 commit comments

Comments
 (0)