From 7ca921f3bcefaa8ac498c6452d5e8053da915abd Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Tue, 7 May 2024 09:19:14 -0700 Subject: [PATCH] bump package version to 1.4.2 --- 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 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": { -- 2.43.2