Skip to content

Commit 144fec9

Browse files
committed
release(create-node-lib): v1.0.13
1 parent bfc578c commit 144fec9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/create-node-lib/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
### v1.0.11 (_2025-04-13_)
1+
### v1.0.13 (_2025-09-21_)
2+
3+
- refactor: use `tsdown` bundler and remove `tsup` and `unbuild` bundlers
4+
- refactor: use tsx instead of esno
5+
6+
### v1.0.12 (_2025-04-13_)
27

38
- chore: update eslint rules
49
- chore: bump deps

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.12",
3+
"version": "1.0.13",
44
"description": "An easy way to start a Node.js library",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)