Skip to content

Commit 23971d5

Browse files
committed
Bump version number
1 parent c09f612 commit 23971d5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
## 0.2.3
3+
## 0.2.4
44

55
### Parser
66

@@ -14,6 +14,10 @@ Skip omitted nodes `for.init`, `slice.start` and `slice.end` expressions during
1414

1515
Initial release.
1616

17+
## 0.2.3
18+
19+
Fix parsing of an incomplete `switch` statement.
20+
1721
## 0.2.2
1822

1923
### Parser

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oscript-parser",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A parser for the OScript language written in JavaScript.",
55
"author": "Ferdinand Prantl <[email protected]> (http://prantlf.tk/)",
66
"keywords": [

pkg/interpreter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"browser": "dist/index.umd.min.js",
3131
"types": "dist/index.d.ts",
3232
"dependencies": {
33-
"oscript-parser": "0.2.3",
33+
"oscript-parser": "0.2.4",
3434
"oscript-ast-walker": "0.0.3"
3535
}
3636
}

0 commit comments

Comments
 (0)