Skip to content

Commit

Permalink
New point release
Browse files Browse the repository at this point in the history
Had to do a quick follow up release, because I needed MurmurHash in the ANTLRng project.

Signed-off-by: Mike Lischke <[email protected]>
  • Loading branch information
mike-lischke committed Sep 29, 2024
1 parent 8070f2f commit 814a699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ng",
"version": "3.0.6",
"version": "3.0.7",
"type": "module",
"description": "Alternative JavaScript/TypeScript runtime for ANTLR4",
"main": "dist/index.cjs",
Expand Down
3 changes: 2 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

# TypeScript Runtime for ANTLR 4 Release Notes

## 3.0.6
## 3.0.6 - 3.0.7

- Small HashSet/HashMap improvements.
- Export all utils stuff.

## 3.0.5
- Refactored local error classes in ParseTreePatternMatcher
Expand Down

0 comments on commit 814a699

Please sign in to comment.