From: Justin Wind Date: Tue, 7 May 2024 16:19:14 +0000 (-0700) Subject: bump package version to 1.4.2 X-Git-Tag: v1.4.2^0 X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=refs%2Fheads%2Fmaster bump package version to 1.4.2 --- diff --git a/package-lock.json b/package-lock.json index 555dea7..e5f5f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.4.1", + "version": "1.4.2", "license": "ISC", "dependencies": { "@squeep/log-helper": "^1", diff --git a/package.json b/package.json index 9ec0c24..02abe90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.4.1", + "version": "1.4.2", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {