Skip to content

Commit

Permalink
Prepare 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Clark committed Mar 24, 2019
1 parent 3ef0c5d commit f1750cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,10 @@
# Changelog

## HEAD
## 5.2.0

- Added: `packageProp` values can be arrays of strings, to allow for property names that include periods. (This was possible before, but not documented or deliberately supported.)
- Chore: Replaced the `lodash.get` dependency with a locally defined function.
- Chore: Upgrade `js-yaml` to avoid npm audit warning.

## 5.1.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig",
"version": "5.1.0",
"version": "5.2.0",
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit f1750cd

Please sign in to comment.