diff --git a/CHANGELOG.md b/CHANGELOG.md index a36f9bb..1f01f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://github.com/bconnorwhite/dir-exists-safe/compare/v1.0.1...v1.1.0) (2021-04-13) + + +### Features + +* add option to include files ([6db36cb](https://github.com/bconnorwhite/dir-exists-safe/commit/6db36cba898645f48c0bb0af17fc73d922049cb2)) + + + ## [1.0.1](https://github.com/bconnorwhite/dir-exists-safe/compare/v1.0.0...v1.0.1) (2020-10-04) diff --git a/package.json b/package.json index 9c721ca..1cb88ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dir-exists-safe", - "version": "1.0.1", + "version": "1.1.0", "description": "Check if a directory exists without try catch", "license": "MIT", "author": { @@ -56,4 +56,4 @@ "npmpackagejsonlint": { "extends": "npm-package-json-lint-config-bob" } -} +} \ No newline at end of file