Skip to content

Commit e776e77

Browse files
committed
v0.2.2
1 parent f35776d commit e776e77

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.2.2 | 2019-05-29
4+
5+
- Fix `do/while` and `do/until` blocks
6+
- Fix usage of a keyword as a variable name
7+
38
## v0.2.1 | 2019-05-28
49

510
- Support new operators (`/.`, `^^`, `->`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kaoscript-language",
33
"displayName": "Kaoscript Language",
44
"description": "kaoscript language integration for VS Code",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"publisher": "kaoscript",
77
"homepage": "https://github.com/kaoscript/highlight-vscode",
88
"repository": {

0 commit comments

Comments
 (0)