Skip to content

Commit

Permalink
New point release
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Lischke <[email protected]>
  • Loading branch information
mike-lischke committed Nov 11, 2023
1 parent eeededc commit 705a1da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4-c3",
"version": "3.3.3",
"version": "3.3.4",
"description": "A code completion core implementation for ANTLR4 based parsers",
"author": "Mike Lischke",
"license": "MIT",
Expand Down Expand Up @@ -45,6 +45,6 @@
"typescript": "5.2.2"
},
"dependencies": {
"antlr4ng": "2.0.1"
"antlr4ng": "2.0.2"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The last two options potentially create a lot of output which can significantly

## Release Notes

### 3.3.1 - 3.3.3
### 3.3.1 - 3.3.4

Updated dependencies.

Expand Down

0 comments on commit 705a1da

Please sign in to comment.