Skip to content

Commit

Permalink
version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpy3 committed Aug 28, 2024
1 parent ed991e5 commit 6b94161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 2.0.4
- Fix operand type mismatch error messages

## 2.0.3
- Fix a bug where special registers do not show the correct hover text if they are capitalized
- Fix HMMM Binary formatter and semantic highlighting not working on lines with weird spacing
Expand Down Expand Up @@ -51,5 +54,4 @@
- Fix highlighting of negative numbers

## 1.0.0

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hmmm-language-support",
"displayName": "HMMM Language Support",
"description": "A HMMM Syntax Highlighter, Debugger, Linter, and Formatter",
"version": "2.0.3",
"version": "2.0.4",
"publisher": "CoolSpy3",
"main": "./dist/client/src/extension.js",
"categories": [
Expand Down

0 comments on commit 6b94161

Please sign in to comment.