bump package version to 1.1.0 v1.1.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 23 Dec 2023 23:35:10 +0000 (15:35 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 23 Dec 2023 23:35:10 +0000 (15:35 -0800)
CHANGELOG.md
README.md
package-lock.json
package.json

index d4fc9bc5f4663c062ace84f0b5b2b79f736cbcfe..ec2ea9bbc240fcde65665fa963cbff349556840c 100644 (file)
@@ -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
index b5e6fb28054706ab2654062300dbe4cca7431c28..b565597292063864df1f73328c810610e3988a5d 100644 (file)
--- 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
index 63ffa54b0220424a1474d7edb0855580b682d47b..52d79ad4e9c125345e18d68240dbd24ade898da8 100644 (file)
@@ -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",
index f594e636d37b7b10c60f0585a643361e3c9b70fb..1f2712084f600cb8209ed46ec312bf716f1b2cdc 100644 (file)
@@ -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",