diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c54d3..9b52afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v4.0.7 (2021-02-17) + +#### 🔼 Dependencies + +* [#22](https://github.com/groupon/nilo/pull/22) chore: Bump ini from 1.3.5 to 1.3.7 ([@dependabot[bot]](https://github.com/apps/dependabot)) + + ### 4.0.6 - 2020-09-15 * fix(requireOrNull): don't throw on packages with "exports" setting - **[@aaarichter](https://github.com/aaarichter)** [#21](https://github.com/groupon/nilo/pull/21) diff --git a/package-lock.json b/package-lock.json index a9f1ce6..b700128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nilo", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e63e14b..7a30074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nilo", - "version": "4.0.6", + "version": "4.0.7", "description": "A dependency injection toolset for building applications", "license": "BSD-3-Clause", "main": "lib/nilo.js",