Skip to content

Commit 19324ea

Browse files
committed
0.19.0
1 parent f51e1f8 commit 19324ea

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.19.0
2+
3+
- Add support for transient storage variables. (#119)
4+
15
# 0.18.0
26

37
- Parser function now has an option to return comments as part of the parsed result. (#105)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidity-parser/parser",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "A Solidity parser built from a robust ANTLR 4 grammar",
55
"main": "./dist/index.cjs.js",
66
"browser": "./dist/index.umd.js",

0 commit comments

Comments
 (0)