From 10029033aa5b084adae7972466e791df210fbfc3 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 10 Jun 2023 12:02:05 -0700 Subject: [PATCH] bump package version to 1.3.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c24b23..38d63de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.2.2", + "version": "1.3.0", "license": "ISC", "dependencies": { "@squeep/web-linking": "^1.0.8", @@ -27,7 +27,7 @@ "sinon": "^15.1.0" }, "engines": { - "node": ">=14.18 || >=15.7" + "node": "^14 >=14.18 || >=15.7" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index a745263..019eb5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.2.2", + "version": "1.3.0", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { -- 2.43.2