From: Justin Wind Date: Tue, 5 Oct 2021 23:49:45 +0000 (-0700) Subject: bump package version to 1.2.2 X-Git-Tag: v1.2.2^2 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=0d24830503f9c2bb28321b5f614a91daae667ab4 bump package version to 1.2.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd7cb9..1426111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.2.2] - 2021-10-05 + +### Fixed + +- Dependency updates. + ## [v1.2.1] - 2021-09-10 ### Fixed @@ -74,6 +80,8 @@ Releases and notable changes to this project are documented here. --- [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.2.0 +[v1.2.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.2;hp=v1.2.1 +[v1.2.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.1;hp=v1.2.0 [v1.2.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.0;hp=v1.1.5 [v1.1.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.5;hp=v1.1.4 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3 diff --git a/package-lock.json b/package-lock.json index 5595e84..bcd5dba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a69c712..893bb20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.2.1", + "version": "1.2.2", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": {