From ed0188cd6436b895b588d2d4482cb23befedc161 Mon Sep 17 00:00:00 2001 From: Alexander Harding <2166114+aeharding@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:34:36 -0500 Subject: [PATCH] Release 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index daffd84..25ada08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsl-parser", - "version": "2.0.3", + "version": "3.0.0", "description": "Parse GSL format NOAA RUC soundings", "type": "module", "main": "./dist/index.js",