Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroj04 committed Jul 7, 2022
1 parent a7b2f38 commit c966dfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "bdsp-evscript-language-support" extension will be documented in this file.

## [1.4.1]

- Fixed the extension breaking if git or python wasnt installed
- Improved Directory Structure

## [1.4]

- Implement a Hover provider that displays descriptions for EvCmds
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "BDSP EvScript Language Support",
"description": "Language Suppport for Pokemon BDSP EvScript Files",
"icon": "evBall.png",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "https://github.com/Heroj04/bdsp-evscript-language-support"
Expand Down Expand Up @@ -92,7 +92,7 @@
"@types/node": "14.x",
"eslint": "^8.1.0",
"glob": "^7.1.7",
"mocha": "^9.1.3",
"mocha": "^9.2.2",
"typescript": "^4.4.4",
"@vscode/test-electron": "^1.6.2"
}
Expand Down

0 comments on commit c966dfb

Please sign in to comment.