Skip to content

Commit 255ff8e

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.0...v2.0.0) (2026-01-30) * feat!: drop Node.js 20 support ([5ebdfb0](5ebdfb0)) ### BREAKING CHANGES * Minimum required Node.js version is now 22. Updated engines field and CI test matrix to remove Node.js 20. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5ebdfb0 commit 255ff8e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [2.0.0](https://github.com/imgarylai/use-wg/compare/v1.3.0...v2.0.0) (2026-01-30)
2+
3+
- feat!: drop Node.js 20 support ([5ebdfb0](https://github.com/imgarylai/use-wg/commit/5ebdfb0716b224b7da2f26bea18082dadfc6b193))
4+
5+
### BREAKING CHANGES
6+
7+
- Minimum required Node.js version is now 22.
8+
Updated engines field and CI test matrix to remove Node.js 20.
9+
10+
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11+
112
# [1.3.0](https://github.com/imgarylai/use-wg/compare/v1.2.0...v1.3.0) (2026-01-27)
213

314
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-wg",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "A TypeScript library for converting Chinese characters to Wade-Giles romanization",
55
"license": "MIT",
66
"author": "Gary Lai <garylai1990@gmail.com>",

0 commit comments

Comments
 (0)