Skip to content

Commit e520cde

Browse files
committed
Prepare 4.0.0
1 parent e33a46f commit e520cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 4.0.0
44

55
- Licensing improvement: updated `parse-json` from `3.0.0` to `4.0.0`(see [sindresorhus/parse-json#12][parse-json-pr-12]).
66
- Changed: error message format for `JSON` parse errors(see [#101][pr-101]). If you were relying on the format of JSON-parsing error messages, this will be a breaking change for you.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmiconfig",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)