From 732e70f9f59315443a9127ecc5df68f1059cf14d Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 12 Nov 2022 11:36:30 -0800 Subject: [PATCH] bump package version to 1.2.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 3586406..4918ff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.7", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.1.7", + "version": "1.2.0", "license": "ISC", "dependencies": { "@squeep/base64url": "^1.0.5", diff --git a/package.json b/package.json index fb2f0ab..c73bb99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.7", + "version": "1.2.0", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { -- 2.43.2