Skip to content

Commit

Permalink
release: 2.11.14
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Sep 15, 2023
1 parent abf048f commit 3efb223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AutoSetSyntax Changelog

## 2.11.14

- feat: auto detect Electron/VSCode/VSCodium for `guesslang.node_bin`

## 2.11.13

- refactor: auto determinate `guesslang.node_bin` by default
Expand Down
2 changes: 1 addition & 1 deletion plugin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

################################################################################

VERSION_INFO = (2, 11, 13)
VERSION_INFO = (2, 11, 14)
VERSION = ".".join(map(str, VERSION_INFO))

################################################################################
Expand Down

0 comments on commit 3efb223

Please sign in to comment.