Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2020-01-15)

### Bug Fixes

* **FileItem:** ensure file exists before deleting it ([7a44326](7a44326))
  • Loading branch information
semantic-release-bot committed Jan 15, 2020
1 parent 6d5d6df commit 0c718f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/sleistner/vscode-fileutils/compare/v3.0.0...v3.0.1) (2020-01-15)


### Bug Fixes

* **FileItem:** ensure file exists before deleting it ([7a44326](https://github.com/sleistner/vscode-fileutils/commit/7a44326))

# [3.0.0](https://github.com/sleistner/vscode-fileutils/compare/v2.14.9...v3.0.0) (2019-09-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-fileutils",
"displayName": "File Utils",
"description": "A convenient way of creating, duplicating, moving, renaming and deleting files and directories.",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"license": "MIT",
"publisher": "sleistner",
Expand Down

0 comments on commit 0c718f3

Please sign in to comment.