Skip to content

Commit 6718c6f

Browse files
committed
release(create-node-lib): v1.0.14
1 parent 6cfc5a4 commit 6718c6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/create-node-lib/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v1.0.14 (_2026-01-06_)
2+
3+
- fix: resolve @rollup/plugin-typescript outDir mismatch
4+
- chore: bump deps
5+
16
### v1.0.13 (_2025-09-21_)
27

38
- refactor: use `tsdown` bundler and remove `tsup` and `unbuild` bundlers

packages/create-node-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quick-start/create-node-lib",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "An easy way to start a Node.js library",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)