bump package version to 1.1.3
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 13 Aug 2021 22:54:08 +0000 (15:54 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 13 Aug 2021 22:54:08 +0000 (15:54 -0700)
CHANGELOG.md
package-lock.json
package.json

index 7e97c9cd5e83a4f1088c7f63f9d387abf96014bd..0378b17264c01b6b390e76aba426144260f4416d 100644 (file)
@@ -4,6 +4,8 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+## [v1.1.3] - 2021-08-13
+
 ### Fixed
 
 - Worker tasks, such as delivering content updates, now share one database context.  This reduces the connection load for Postgres backends, affording greater scalability.
@@ -39,7 +41,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.2
+[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;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
 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
index fe33cd0b9e81b01b1ff6ca3f614c959d89893086..bf057462cf7f7f537936dc7a2a97dd6d19fa6631 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index ef0eaf949e907696d4b4094364e467f6a4638e24..2b0d1958b022c119161a613a7cc96bc3fc5e37bb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {