Skip to content

Commit

Permalink
release: 2.11.16
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Nov 17, 2023
1 parent ab99b7e commit 947317b
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.16

- chore: assign `Bash` syntax for `# shellcheck shell=sh` first line

## 2.11.15

- fix: `syntax.name` maybe an empty string
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, 14)
VERSION_INFO = (2, 11, 16)
VERSION = ".".join(map(str, VERSION_INFO))

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

0 comments on commit 947317b

Please sign in to comment.