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 b0ccc5a commit aa6d490Copy full SHA for aa6d490
CHANGELOG.md
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+## [0.2.3] - 2023-02-10
10
+
11
+### Added
12
13
+- Added missing `>` and `<` to `comparisons`
14
15
## [0.2.2] - 2023-02-10
16
17
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pulpscript-syntax",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"publisher": "BlakeGearin",
5
"engines": {
"vscode": "^1.74.0"
0 commit comments