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 6cfc5a4 commit 6718c6fCopy full SHA for 6718c6f
packages/create-node-lib/CHANGELOG.md
@@ -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
6
### v1.0.13 (_2025-09-21_)
7
8
- refactor: use `tsdown` bundler and remove `tsup` and `unbuild` bundlers
packages/create-node-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-node-lib",
- "version": "1.0.13",
+ "version": "1.0.14",
"description": "An easy way to start a Node.js library",
"main": "index.js",
"bin": {
0 commit comments