From: Justin Wind Date: Fri, 22 Dec 2023 23:03:11 +0000 (-0800) Subject: bump package version to 1.4.1 X-Git-Tag: v1.4.1^0 X-Git-Url: https://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=004d338e7c2e4003de6c0baa2552c27221e2be39 bump package version to 1.4.1 --- diff --git a/package-lock.json b/package-lock.json index 0c32dd5..dda2ff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.4.0", + "version": "1.4.1", "license": "ISC", "dependencies": { "@squeep/log-helper": "^1.0.0", diff --git a/package.json b/package.json index c363a6f..7454804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.4.0", + "version": "1.4.1", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {