From: Justin Wind Date: Fri, 7 Oct 2022 18:46:47 +0000 (-0700) Subject: bump package version to 1.1.7 X-Git-Tag: v1.1.7 X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=6277b7cf983c94e9c3cbc2206d184727fe596017;hp=dca6a761e6fe437a3fbeb24540bb6fa5d0b8eb12 bump package version to 1.1.7 --- diff --git a/package-lock.json b/package-lock.json index 53f91df..76d5d1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.1.6", + "version": "1.1.7", "license": "ISC", "dependencies": { "@squeep/base64url": "^1.0.5", diff --git a/package.json b/package.json index 0027ca7..54f3837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.6", + "version": "1.1.7", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {