From: Justin Wind Date: Thu, 23 Mar 2023 00:34:37 +0000 (-0700) Subject: bump package version to 1.3.11 X-Git-Tag: v1.3.11^2 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=07aebf162bdbf7444ab2a33e1ec0b7f9628acaec bump package version to 1.3.11 --- 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": {