Skip to content

Commit 4d74007

Browse files
committed
released v1.7.8
1 parent 1404c97 commit 4d74007

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": "1.7.7",
3+
"version": "1.7.8",
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": "1.7.7",
2+
"version": "1.7.8",
33
"packages": ["core"]
44
}

0 commit comments

Comments
 (0)