Skip to content

Commit

Permalink
Release version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berezin committed Jun 8, 2019
1 parent 9c523d9 commit 209f464
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.DS_Store
.vsix
*.vsix
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.0.3 - 2019-06-07
- Fixed issue with recursive function calls.

## 0.0.2 - 2019-06-06
- Fixed issue where spaces were optional after declarations.
- Added support for else keyword and logical operators.
Expand Down
Binary file removed lox-language-0.0.2.vsix
Binary file not shown.
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": "lox-language",
"displayName": "Lox Language",
"description": "Syntax highlighting for everyone's favorite interpreted learning-language",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "dberezin",
"author": "dberezin",
"icon": "images/CILogo.png",
Expand Down

0 comments on commit 209f464

Please sign in to comment.