From: Justin Wind Date: Sat, 23 Dec 2023 23:35:10 +0000 (-0800) Subject: bump package version to 1.1.0 X-Git-Tag: v1.1.0 X-Git-Url: http://git.squeep.com/?p=squeep-indie-auther;a=commitdiff_plain;h=8d7216ce86f1c9b93b16ecb54d480c3d2e669e8b bump package version to 1.1.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d4fc9bc..ec2ea9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Releases and notable changes to this project are documented here. +## [v1.1.0] - 2023-12-23 + +- Proffered tickets will try to be automaticaly redeemed for tokens. Experimental `iss` ticket parameter is supported. +- Updated dependencies. + ## [v1.0.3] - 2023-10-21 - Updated dependencies. @@ -27,7 +32,8 @@ Releases and notable changes to this project are documented here. --- -[Unreleased]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=HEAD;hp=v1.0.3 +[Unreleased]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=HEAD;hp=v1.1.0 +[v1.1.0]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=v1.1.0;hp=v1.0.3 [v1.0.3]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=v1.0.3;hp=v1.0.2 [v1.0.2]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=v1.0.2;hp=v1.0.1 [v1.0.1]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=v1.0.1;hp=v1.0.0 diff --git a/README.md b/README.md index b5e6fb2..b565597 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This service can accept proffered [authentication tickets](https://indieweb.org/ Ensure the output of the script `bin/ticket-queue-profile.js` is executed on RabbitMQ server to install the needed queue profile. -A rudimentary ticket-sending UI is also available: +A ticket-sending UI is also available: ![Ticket Offer page](./documentation/media/ticket-page.png) ## Architecture diff --git a/package-lock.json b/package-lock.json index 63ffa54..52d79ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indie-auther", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indie-auther", - "version": "1.0.3", + "version": "1.1.0", "license": "ISC", "dependencies": { "@squeep/amqp-helper": "git+https://git.squeep.com/squeep-amqp-helper#v1.0.0", diff --git a/package.json b/package.json index f594e63..1f27120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indie-auther", - "version": "1.0.3", + "version": "1.1.0", "description": "A stand-alone IndieAuth identity-provider service, for most of your IndieAuth endpoint needs.", "keywords": [ "IdP",