Skip to content

Commit

Permalink
New point release
Browse files Browse the repository at this point in the history
Forgot to update the readme.
  • Loading branch information
mike-lischke committed Aug 8, 2023
1 parent e859609 commit 57421ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4-c3",
"version": "3.1.0",
"version": "3.1.1",
"description": "A code completion core implementation for ANTLR4 based parsers",
"author": "Mike Lischke",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ The last two options potentially create a lot of output which can significantly

## Release Notes

### 3.1.1

- Renamed a few interfaces to follow the interface naming rules (a leading I).
- Merged PR #81 from Aaron Braunstein.
- Upgraded all dependencies to their latest version.
-
### 3.0.0

BREAKING CHANGES: With this major version release the API has been changed to make it more consistent and easier to use. The most important changes are:
Expand Down

0 comments on commit 57421ca

Please sign in to comment.