Skip to content

Commit

Permalink
chore(release): 2.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.2](v2.4.1...v2.4.2) (2021-11-04)

### Bug Fixes

* **windows:** path parse issue ([285ab92](285ab92))
* json test newline error ([465d22d](465d22d))
* replace deprecated textedit with inserttext ([9df6e6a](9df6e6a))
  • Loading branch information
semantic-release-bot committed Nov 4, 2021
1 parent f4f8462 commit ce65028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.4.2](https://github.com/ChristianKohler/PathIntellisense/compare/v2.4.1...v2.4.2) (2021-11-04)


### Bug Fixes

* **windows:** path parse issue ([285ab92](https://github.com/ChristianKohler/PathIntellisense/commit/285ab92f9ffd45fca3df0d037fdc028f108aa560))
* json test newline error ([465d22d](https://github.com/ChristianKohler/PathIntellisense/commit/465d22d2c99ded93f5a6c15ad7d5454bc9b5b615))
* replace deprecated textedit with inserttext ([9df6e6a](https://github.com/ChristianKohler/PathIntellisense/commit/9df6e6ae5250b11052a5007c0de648e0f09c54d8))

## [2.4.1](https://github.com/ChristianKohler/PathIntellisense/compare/v2.4.0...v2.4.1) (2021-10-29)


Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "2.4.2",
"publisher": "christian-kohler",
"engines": {
"vscode": "^1.43.0"
Expand Down

0 comments on commit ce65028

Please sign in to comment.