From 6277b7cf983c94e9c3cbc2206d184727fe596017 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 7 Oct 2022 11:46:47 -0700 Subject: [PATCH] bump package version to 1.1.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": { -- 2.43.2