Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jun 20, 2022
1 parent be4f81e commit 4e56c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.5.0] - 2022-06-20

### Added

- Added predicate logic to `EnumItem:IsA("Type")` so it will now narrow the type of an EnumItem when used as a predicate
Expand Down
4 changes: 2 additions & 2 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sponsor": {
"url": "https://github.com/sponsors/JohnnyMorganz"
},
"version": "1.4.0",
"version": "1.5.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -173,4 +173,4 @@
"vscode-languageclient": "^8.0.1",
"vscode-uri": "^3.0.3"
}
}
}

0 comments on commit 4e56c1f

Please sign in to comment.