Skip to content

Commit

Permalink
updated changelog, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jan 27, 2023
1 parent 5dca3df commit 793fdab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.2

- SSL constant defines colored as constants.
- `scripts.lst` highlighting.
- Local functions definitions no longer override builtin language functions for SSL.
- Removed single quotes from SSL autoclose, as they don't work for quoting.
- Prettier builtin functions descriptions for SSL.

## 2.0.1

Fixed crash on mod directory open on Windows.
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bgforge-mls-server",
"description": "BGforge multilanguage server",
"version": "2.0.1",
"version": "2.0.2",
"author": "BGforge",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
Expand Down

0 comments on commit 793fdab

Please sign in to comment.