From 07aebf162bdbf7444ab2a33e1ec0b7f9628acaec Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Wed, 22 Mar 2023 17:34:37 -0700 Subject: [PATCH] bump package version to 1.3.11 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e832936..fa40422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Releases and notable changes to this project are documented here. +## [v1.3.11] - 2023-03-22 + +### Fixed + +- Dependency updates. + ## [v1.3.10] - 2022-11-04 ### Fixed @@ -167,7 +173,10 @@ Releases and notable changes to this project are documented here. --- -[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.8 +[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.11 +[v1.3.11]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.11;hp=v1.3.10 +[v1.3.10]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.10;hp=v1.3.9 +[v1.3.9]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.9;hp=v1.3.8 [v1.3.8]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.8;hp=v1.3.7 [v1.3.7]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.7;hp=v1.3.6 [v1.3.6]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.6;hp=v1.3.5 diff --git a/package-lock.json b/package-lock.json index e3f94ff..a1f93a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/websub-hub", - "version": "1.3.10", + "version": "1.3.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/websub-hub", - "version": "1.3.10", + "version": "1.3.11", "license": "ISC", "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", diff --git a/package.json b/package.json index 3ee5e94..0fda3cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.10", + "version": "1.3.11", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { -- 2.43.2