Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bconnorwhite committed Apr 13, 2021
1 parent 148792e commit 33d3080
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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)


Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-bob"
}
}
}

0 comments on commit 33d3080

Please sign in to comment.