From: Justin Wind Date: Sat, 12 Nov 2022 19:36:30 +0000 (-0800) Subject: bump package version to 1.2.0 X-Git-Tag: v1.2.0 X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=732e70f9f59315443a9127ecc5df68f1059cf14d bump package version to 1.2.0 --- 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": {