From: Justin Wind Date: Mon, 16 Aug 2021 22:36:05 +0000 (-0700) Subject: bump package version to 1.1.4 X-Git-Tag: v1.1.4^2 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=21000646fc4744d8d2c28707045efb0672a5971b bump package version to 1.1.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 759570c..e7fb95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.1.4] - 2021-08-16 + ### Fixed - Prevent task processor from being re-invoked if it is already running. @@ -49,7 +51,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.1.3 +[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.4 +[v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0 diff --git a/package-lock.json b/package-lock.json index fc00eec..40533b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de27ad1..1b3587f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.1.3", + "version": "1.1.4", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": {