We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0016ede commit 6e5cff2Copy full SHA for 6e5cff2
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+* [1.12.3]
4
+ - Fix two incomplete bitflag enums, causing errors to appear
5
+
6
* [1.12.2]
7
- PR [#31](https://github.com/filloax/isaac-lua-api-vscode/pull/31): ItemPool and ItemConfig changes (epfly6)
8
package.json
@@ -3,7 +3,7 @@
"publisher": "Filloax",
"displayName": "Binding of Isaac Lua API",
"description": "Adds support and autocomplete for the The Binding of Isaac: Repentance modding API",
- "version": "1.12.2",
+ "version": "1.12.3",
"icon": "icon.png",
"repository": {
9
"type": "git",
0 commit comments