From: Justin Wind Date: Thu, 30 Dec 2021 21:25:56 +0000 (-0800) Subject: bumps package version to 1.0.1 X-Git-Tag: v1.0.1 X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=f8f7fc8165426471f3d290f10cda2ea2cdb7f643 bumps package version to 1.0.1 --- diff --git a/package-lock.json b/package-lock.json index 372c937..bd0c553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ade539..85c199b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.0", + "version": "1.0.1", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {