Skip to content

Commit

Permalink
chore(release): 3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.8.0](v3.7.0...v3.8.0) (2023-01-23)

### Features

* **DuplicateFile:** add typeahead support ([44ac603](44ac603))
* **MoveFile:** add typeahead support ([0e3e0ca](0e3e0ca))
* **NewFile:** add typeahead setting ([764f614](764f614))
* **NewFolder:** add dedicated typeahead setting ([6d4359a](6d4359a))
  • Loading branch information
semantic-release-bot committed Jan 23, 2023
1 parent ab4c0ad commit 433a22c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.8.0](https://github.com/sleistner/vscode-fileutils/compare/v3.7.0...v3.8.0) (2023-01-23)


### Features

* **DuplicateFile:** add typeahead support ([44ac603](https://github.com/sleistner/vscode-fileutils/commit/44ac603dd241eb61e3732172ffc6cfe80555e0c0))
* **MoveFile:** add typeahead support ([0e3e0ca](https://github.com/sleistner/vscode-fileutils/commit/0e3e0ca1f5886926758987b594461d57980f750c))
* **NewFile:** add typeahead setting ([764f614](https://github.com/sleistner/vscode-fileutils/commit/764f614e8e7a8b8d350bd3ad68f785c695bf5e01))
* **NewFolder:** add dedicated typeahead setting ([6d4359a](https://github.com/sleistner/vscode-fileutils/commit/6d4359a5f7bb4689b22d2ba7b3762c9b602839fb))

# [3.7.0](https://github.com/sleistner/vscode-fileutils/compare/v3.6.0...v3.7.0) (2023-01-23)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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.7.0",
"version": "3.8.0",
"private": true,
"license": "MIT",
"publisher": "sleistner",
Expand Down Expand Up @@ -225,7 +225,7 @@
"bluebird": "3.7.2",
"bluebird-retry": "0.11.0",
"chai": "4.3.7",
"esbuild": "^0.17.4",
"esbuild": "0.17.4",
"eslint": "8.32.0",
"husky": "8.0.3",
"mocha": "10.2.0",
Expand Down

0 comments on commit 433a22c

Please sign in to comment.