We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556cbba commit bc09b81Copy full SHA for bc09b81
packages/create-node-lib/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### v1.0.7 (_2024-04-20_)
2
+
3
+- perf: use rollup-plugin-rm for rollup template
4
+- chore: bump deps
5
6
### v1.0.6 (_2024-04-02_)
7
8
- fix: rollup config
packages/create-node-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-node-lib",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "An easy way to start a Node.js library",
"main": "index.js",
"bin": {
0 commit comments