From 879ba1dff140f974f52fa2b39bebd431cec97916 Mon Sep 17 00:00:00 2001 From: Mike Lischke Date: Tue, 12 Sep 2023 13:19:42 +0200 Subject: [PATCH] New point release --- package.json | 2 +- readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f83c8f0..ae1d0b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antlr4-c3", - "version": "3.2.2", + "version": "3.2.3", "description": "A code completion core implementation for ANTLR4 based parsers", "author": "Mike Lischke", "license": "MIT", diff --git a/readme.md b/readme.md index 3266874..9557c39 100644 --- a/readme.md +++ b/readme.md @@ -223,6 +223,9 @@ The last two options potentially create a lot of output which can significantly ## Release Notes +### 3.2.3 +- Completed switch away from antlr4ts. + ### 3.2.0 - A new [TypeScript runtime](https://github.com/mike-lischke/antlr4ng) powers this package now (antlr4ng).