From 77c93a5594f97910b501c4711b18d64c73cb3d94 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 18 Mar 2023 13:55:41 -0700 Subject: [PATCH] bump package version to 1.0.1 --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cf52d..5964816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ Releases and notable changes to this project are documented here. -## [v1.0.0] - TBD +## [v1.0.1] - 2023-03-18 + +## Changed + +- Updated dependencies. + +## [v1.0.0] - 2022-12-26 ### Added @@ -10,5 +16,6 @@ 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.0 +[Unreleased]: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff;h=HEAD;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 fe76f2d..53ddbb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indie-auther", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indie-auther", - "version": "1.0.0", + "version": "1.0.1", "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 c914082..e233ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indie-auther", - "version": "1.0.0", + "version": "1.0.1", "description": "A stand-alone IndieAuth identity-provider service, for most of your IndieAuth endpoint needs.", "keywords": [ "IdP", -- 2.43.2