diff --git a/changelog.md b/changelog.md index 1d38225..005579e 100644 --- a/changelog.md +++ b/changelog.md @@ -107,7 +107,7 @@ * Replace makefile with npm scripts * Update license -## Next +## 1.4.7 * Fix: Correct capitalization with `flattenCamel` option * Tests: Test folder structures 2 deep diff --git a/package.json b/package.json index 7647269..617bd29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "require-folder-tree", - "version": "1.4.6", + "version": "1.4.7", "description": "Utility to require multiple files in a folder tree with flexible options", "main": "./lib/", "author": {