Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.0...v2.4.0) (2021-07-19)

### Features

* add untrustedWorkspaces support ([cb71dc8](cb71dc8))
  • Loading branch information
semantic-release-bot committed Jul 19, 2021
1 parent 3411773 commit 1103971
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.4.0](https://github.com/ChristianKohler/PathIntellisense/compare/v2.3.0...v2.4.0) (2021-07-19)


### Features

* add untrustedWorkspaces support ([cb71dc8](https://github.com/ChristianKohler/PathIntellisense/commit/cb71dc8aa5a2dd009ce4a2c0d8289f5c53c3656c))

# [2.3.0](https://github.com/ChristianKohler/PathIntellisense/compare/v2.2.1...v2.3.0) (2020-09-11)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "Path Intellisense",
"description": "Visual Studio Code plugin that autocompletes filenames",
"version": "2.3.0",
"version": "2.4.0",
"publisher": "christian-kohler",
"engines": {
"vscode": "^1.43.0"
Expand All @@ -20,10 +20,10 @@
"*"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
}
},
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": {
"configuration": {
"type": "object",
Expand Down

0 comments on commit 1103971

Please sign in to comment.