diff --git a/CHANGELOG.md b/CHANGELOG.md index 28903df..a36f9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.1](https://github.com/bconnorwhite/dir-exists-safe/compare/v1.0.0...v1.0.1) (2020-10-04) + + + # 1.0.0 (2020-10-03) diff --git a/package.json b/package.json index 3565453..5f96baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dir-exists-safe", - "version": "1.0.0", + "version": "1.0.1", "description": "Check if a directory exists without try catch", "license": "MIT", "author": { @@ -42,4 +42,4 @@ "npmpackagejsonlint": { "extends": "npm-package-json-lint-config-bob" } -} +} \ No newline at end of file