Skip to content

Commit bc09b81

Browse files
committed
release(create-node-lib): v1.0.7
1 parent 556cbba commit bc09b81

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/create-node-lib/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
### v1.0.6 (_2024-04-02_)
27

38
- fix: rollup config

packages/create-node-lib/package.json

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

0 commit comments

Comments
 (0)