We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc578c commit 144fec9Copy full SHA for 144fec9
packages/create-node-lib/CHANGELOG.md
@@ -1,4 +1,9 @@
1
-### v1.0.11 (_2025-04-13_)
+### 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_)
7
8
- chore: update eslint rules
9
- chore: bump deps
packages/create-node-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-node-lib",
- "version": "1.0.12",
+ "version": "1.0.13",
"description": "An easy way to start a Node.js library",
"main": "index.js",
"bin": {
0 commit comments