From: Justin Wind Date: Sat, 22 Jun 2024 21:41:43 +0000 (-0700) Subject: bump package version to 1.2.0 X-Git-Tag: v1.2.0 X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;ds=inline;h=812e475092c5b536791bfaebc1e5e43897f857b1;p=squeep-indie-auther bump package version to 1.2.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index abfd3ed..4acc47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Releases and notable changes to this project are documented here. -## [v1.2.0] - TBD +## [v1.2.0] - 2024-06-22 - Add UI for changing password, supporting OTP for auth - Updated dependencies. diff --git a/package-lock.json b/package-lock.json index ce21160..9cc8c45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indie-auther", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/indie-auther", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC", "dependencies": { "@squeep/amqp-helper": "git+https://git.squeep.com/squeep-amqp-helper#v1.0.1", diff --git a/package.json b/package.json index e1b7d5e..61b6838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indie-auther", - "version": "1.1.0", + "version": "1.2.0", "description": "A stand-alone IndieAuth identity-provider service, for most of your IndieAuth endpoint needs.", "keywords": [ "IdP",