diff --git a/CHANGELOG.md b/CHANGELOG.md index c096e5ee..ded229ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [1.3.54](https://github.com/oclif/config/compare/90864357c3e4c0fbf7ea8d1ce9225ad3784c04a6...v1.3.54) (2018-02-17) + + +### Bug Fixes + +* default args to [] ([de8d3f2](https://github.com/oclif/config/commit/de8d3f2)) + ## [1.3.53](https://github.com/oclif/config/compare/d3f78ba1419d2bf1a1e614ffc479adc4e6d042ce...v1.3.53) (2018-02-17) diff --git a/package.json b/package.json index 218f7519..b40b79a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/config", "description": "base config object and standard interfaces for oclif components", - "version": "1.3.53", + "version": "1.3.54", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/config/issues", "dependencies": {},