Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Aug 15, 2024
1 parent 3584d9d commit fe7d15a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.1.11

- Fallout
- Sfall data updated to 4.4.4.
- Added `variable` to completion.
- Tooltips now show function arguments, even if they are missing from JSdoc comment.
- IE
- IESDP data update as of 2024.08.15.

## 2.1.10

- Fallout
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bgforge-mls",
"displayName": "BGforge MLS",
"description": "BGforge multilanguage server",
"version": "2.1.10",
"version": "2.1.11",
"author": "BGforge",
"repository": {
"type": "git",
Expand Down Expand Up @@ -429,4 +429,4 @@
"Programming Languages"
],
"homepage": "https://forums.bgforge.net/viewforum.php?f=35"
}
}
4 changes: 2 additions & 2 deletions 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.1.10",
"version": "2.1.11",
"author": "BGforge",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
Expand All @@ -26,4 +26,4 @@
"@types/vscode": "^1.69.1",
"@vscode/test-electron": "^2.2.1"
}
}
}

0 comments on commit fe7d15a

Please sign in to comment.