We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3564e78 commit f9c44a4Copy full SHA for f9c44a4
packages/create-node-lib/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v1.0.9 (_2024-06-25_)
2
+
3
+- chore: bump deps
4
5
### v1.0.8 (_2024-04-21_)
6
7
- fix: remove useless imports
packages/create-node-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-node-lib",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "An easy way to start a Node.js library",
"main": "index.js",
"bin": {
0 commit comments