From c1fb30cc11cd8663837161e19cafcb45cf77f786 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 21 Oct 2023 11:23:31 -0700 Subject: [PATCH] bump package version to 1.0.3 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fb143..d4fc9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Releases and notable changes to this project are documented here. +## [v1.0.3] - 2023-10-21 + +- Updated dependencies. +- Minor cleanup and changes for dependency updates. + ## [v1.0.2] - 2023-06-10 ### Changed @@ -22,7 +27,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.2 +[Unreleased]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=HEAD;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 [v1.0.0]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=v1.0.0;hp=v0.0.0 diff --git a/package-lock.json b/package-lock.json index 5f882a3..9d17261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indie-auther", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indie-auther", - "version": "1.0.2", + "version": "1.0.3", "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 87aa16f..a0c506b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indie-auther", - "version": "1.0.2", + "version": "1.0.3", "description": "A stand-alone IndieAuth identity-provider service, for most of your IndieAuth endpoint needs.", "keywords": [ "IdP", -- 2.43.2