Skip to content

Commit 3d80721

Browse files
committed
Release 6.14.0
1 parent 0f43831 commit 3d80721

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Changelog
2+
3+
## [6.14.0](https://github.com/yao-pkg/pkg/compare/v6.13.1...v6.14.0) (2026-02-16)
4+
5+
### Features
6+
7+
- bump eslint and its deps to latest ([#212](https://github.com/yao-pkg/pkg/issues/212)) ([9fee672](https://github.com/yao-pkg/pkg/commit/9fee672d3c7b95b57899333996e749e84e568bbb))
8+
9+
### Bug Fixes
10+
11+
- remove downlevelIteration option from tsconfig.json ([#210](https://github.com/yao-pkg/pkg/issues/210)) ([1737d03](https://github.com/yao-pkg/pkg/commit/1737d0372e347760a41f17b507c8fecba79b621c))
12+
- resolve security vulnerabilities in dependencies ([#211](https://github.com/yao-pkg/pkg/issues/211)) ([1715693](https://github.com/yao-pkg/pkg/commit/17156930452f87204d12738e0ebf2a4a4c23672c))
13+
14+
### Chores
15+
16+
- update dependencies, drop Node.js 18, add Node.js 22/24 support, and fix test compatibility ([#214](https://github.com/yao-pkg/pkg/issues/214)) ([0f43831](https://github.com/yao-pkg/pkg/commit/0f438313e6fb7209c4f40a631fe1725c5f1518fc))
17+
118
## [6.13.1](https://github.com/yao-pkg/pkg/compare/v6.13.0...v6.13.1) (2026-02-11)
219

320
### 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.13.1",
3+
"version": "6.14.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)