From c444c0c25e1021245d004681c3e0c7325ce69a27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Mar 2021 23:14:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.0.41=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.0.41](https://github.com/brucificus/vb6-antlr4-typescript/compare/v1.0.40...v1.0.41) (2021-03-02) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4158f6c..5b21b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vb6-antlr4", - "version": "1.0.40", + "version": "1.0.41", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c47435..3fcab69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vb6-antlr4", - "version": "1.0.40", + "version": "1.0.41", "description": "A Visual Basic 6 lexer & parser that provides both visitor and listener patterns to traverse the parse tree.", "files": [ "lib/**/*"