We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4f81e commit 4e56c1fCopy full SHA for 4e56c1f
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [Unreleased]
8
9
+## [1.5.0] - 2022-06-20
10
+
11
### Added
12
13
- Added predicate logic to `EnumItem:IsA("Type")` so it will now narrow the type of an EnumItem when used as a predicate
editors/code/package.json
@@ -17,7 +17,7 @@
17
"sponsor": {
18
"url": "https://github.com/sponsors/JohnnyMorganz"
19
},
20
- "version": "1.4.0",
+ "version": "1.5.0",
21
"engines": {
22
"vscode": "^1.67.0"
23
@@ -173,4 +173,4 @@
173
"vscode-languageclient": "^8.0.1",
174
"vscode-uri": "^3.0.3"
175
}
176
-}
+}
0 commit comments