From: Justin Wind Date: Mon, 12 Sep 2022 16:36:24 +0000 (-0700) Subject: bump package version to 1.0.5 X-Git-Tag: v1.0.5 X-Git-Url: http://git.squeep.com/?p=squeep-base64url;a=commitdiff_plain;h=b0ccd77aede8dcc97f1cbf86a6c3278f355ea715 bump package version to 1.0.5 --- diff --git a/package-lock.json b/package-lock.json index c27b454..86681a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/base64url", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/base64url", - "version": "1.0.4", + "version": "1.0.5", "license": "ISC", "devDependencies": { "eslint": "^8.23.1", diff --git a/package.json b/package.json index 586568e..b5a9a26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/base64url", - "version": "1.0.4", + "version": "1.0.5", "description": "Convert between base64 and base64url encodings.", "main": "index.js", "scripts": {