Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Jul 9, 2018
1 parent d207ef2 commit 36c5e8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 1.3.1 (2018-07-09)
- Fixed bug in `existsAsync()`.

# 1.3.0 (2018-02-09)
- `overwrite` function passed to `copyAsync()` can return promise.

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "fs-jetpack",
"description": "Better file system API",
"version": "1.3.0",
"version": "1.3.1",
"author": "Jakub Szwacz <jakub@szwacz.com>",
"dependencies": {
"minimatch": "^3.0.2"
Expand Down Expand Up @@ -50,4 +50,4 @@
"lint-staged",
"test"
]
}
}

0 comments on commit 36c5e8a

Please sign in to comment.