🔖 1.1.0 [skip ci]

# [v1.1.0](https://github.com/brucificus/vb6-antlr4-typescript/compare/v1.0.51...v1.1.0) (2023-12-15)

##  New Features
- [`6795c52`](https://github.com/brucificus/vb6-antlr4-typescript/commit/6795c52)  Updates Test Helper Logic
This commit is contained in:
github-actions
2023-12-15 00:50:41 +00:00
parent 6795c52b9a
commit c424461212
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "vb6-antlr4",
"version": "1.0.51",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vb6-antlr4",
"version": "1.0.51",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"antlr4ts": "^0.5.0-alpha.4"

View File

@@ -1,6 +1,6 @@
{
"name": "vb6-antlr4",
"version": "1.0.51",
"version": "1.1.0",
"description": "A Visual Basic 6 lexer & parser that provides both visitor and listener patterns to traverse the parse tree.",
"files": [
"lib/**/*"