From 16d376d85f1e6d69e2ebca202874b006504453f6 Mon Sep 17 00:00:00 2001 From: Eric Delord <68456+flyingeek@users.noreply.github.com> Date: Tue, 15 Feb 2022 18:09:54 +0100 Subject: [PATCH] bumpversion v1.6.30 --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a46be6..d8cbc6e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ dist/ .DS_Store src/modules/wmo.json +src/scratchpad.js diff --git a/package.json b/package.json index 14073f9..e303b00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flyingeek/lidojs", - "version": "1.6.29", + "version": "1.6.30", "description": "convert Lido OFP text files", "publishConfig": { "registry": "https://npm.pkg.github.com/"