From: Justin Wind Date: Thu, 16 Nov 2023 00:40:59 +0000 (-0800) Subject: bump package version to 1.4.0 X-Git-Tag: v1.4.0 X-Git-Url: https://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=5875c4885d32213d3cc140a55b54856fe3b72416 bump package version to 1.4.0 --- diff --git a/package-lock.json b/package-lock.json index 93a1589..6d6b8e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.3.0", + "version": "1.4.0", "license": "ISC", "dependencies": { "@squeep/log-helper": "^1.0.0", diff --git a/package.json b/package.json index 9e3cb36..d12f05d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.3.0", + "version": "1.4.0", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {