From: Justin Wind Date: Tue, 27 Dec 2022 22:08:35 +0000 (-0800) Subject: bump package version to 1.2.2 X-Git-Tag: v1.2.2 X-Git-Url: https://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=9d77dc15cee59356a4a4f7935db6a450b04a083c bump package version to 1.2.2 --- diff --git a/package-lock.json b/package-lock.json index d6ff22d..1c320ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.2.1", + "version": "1.2.2", "license": "ISC", "dependencies": { "@squeep/base64url": "^1.0.5", diff --git a/package.json b/package.json index 0c48637..4da0d0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.2.1", + "version": "1.2.2", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {