From: Justin Wind Date: Tue, 28 Jun 2022 17:16:46 +0000 (-0700) Subject: bump package version to 1.1.4 X-Git-Tag: v1.1.4 X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=baecec439f2f6165cf4131197bd0ae9fddbd970c bump package version to 1.1.4 --- diff --git a/package-lock.json b/package-lock.json index e4cd820..1138046 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.1.3", + "version": "1.1.4", "license": "ISC", "dependencies": { "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.6", diff --git a/package.json b/package.json index fb1d8eb..1914aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.3", + "version": "1.1.4", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {