From 649f87672ee6063123d427bcfce090eeaee8c9a7 Mon Sep 17 00:00:00 2001 From: github-actions <44210433+github-actions@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:58:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.0.51=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.0.51](https://github.com/brucificus/vb6-antlr4-typescript/compare/v1.0.50...v1.0.51) (2023-12-14) ## 🐛 Bug Fixes - [`af12723`](https://github.com/brucificus/vb6-antlr4-typescript/commit/af12723) Fixes Submodule Checkout During Release - [`189626a`](https://github.com/brucificus/vb6-antlr4-typescript/commit/189626a) Fixes Submodule Checkout During Pull Request Checks - [`302f845`](https://github.com/brucificus/vb6-antlr4-typescript/commit/302f845) Fixes CI/CD Paths - [`908ea8e`](https://github.com/brucificus/vb6-antlr4-typescript/commit/908ea8e) Quotes CI/CD Paths for Compatibility - [`b963d51`](https://github.com/brucificus/vb6-antlr4-typescript/commit/b963d51) Specifies Grammar File Path Explicitly - [`65142f3`](https://github.com/brucificus/vb6-antlr4-typescript/commit/65142f3) Fixes Build Breakage on *nix --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f7e7d9..7e3b54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vb6-antlr4", - "version": "1.0.50", + "version": "1.0.51", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vb6-antlr4", - "version": "1.0.50", + "version": "1.0.51", "license": "MIT", "dependencies": { "antlr4ts": "^0.5.0-alpha.4" diff --git a/package.json b/package.json index 5b5a333..f799227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vb6-antlr4", - "version": "1.0.50", + "version": "1.0.51", "description": "A Visual Basic 6 lexer & parser that provides both visitor and listener patterns to traverse the parse tree.", "files": [ "lib/**/*"