From 5875c4885d32213d3cc140a55b54856fe3b72416 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Wed, 15 Nov 2023 16:40:59 -0800 Subject: [PATCH] bump package version to 1.4.0 --- 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 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": { -- 2.43.2