Skip to content

Commit 6b64d78

Browse files
committed
released v2.0.1
1 parent ac39e72 commit 6b64d78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-config-loader",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module.",
55
"main": "./lib/index.js",
66
"type": "commonjs",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.0.1",
33
"packages": ["core"]
44
}

0 commit comments

Comments
 (0)