Skip to content

Commit 6574521

Browse files
committed
chore: release v0.6.0
1 parent add351b commit 6574521

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.5.7",
3+
"version": "0.6.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/node-modules-inspector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-modules-inspector",
33
"type": "module",
4-
"version": "0.5.7",
4+
"version": "0.6.0",
55
"description": "A Node Modules Inspector",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/node-modules-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-modules-tools",
33
"type": "module",
4-
"version": "0.5.7",
4+
"version": "0.6.0",
55
"description": "Tools for inspecting node_modules",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)