bump package version to 1.1.4
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 16 Aug 2021 22:36:05 +0000 (15:36 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 16 Aug 2021 22:37:13 +0000 (15:37 -0700)
CHANGELOG.md
package-lock.json
package.json

index 759570c88e83f3580b5c4de523c588033b27192d..e7fb95b086b3187f83f133aa48ce44d95e4806c2 100644 (file)
@@ -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
index fc00eec6859fdb9e9d3383a4db0e92a88423a42a..40533b6b2e29ee80d4dada3bdf4a8ea1cec2bcb4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index de27ad1eaef190f53e7277ac69f9c89c1510eece..1b3587f12db95ec286fe8486a621dfa9dd68bb53 100644 (file)
@@ -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": {