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