bump package version to 1.2.2
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 5 Oct 2021 23:49:45 +0000 (16:49 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 5 Oct 2021 23:49:45 +0000 (16:49 -0700)
CHANGELOG.md
package-lock.json
package.json

index 4cd7cb923e2997397b8cfb548bb638fa4b46f06d..1426111d0bdfea614066da44b8f1416f8c8f1f39 100644 (file)
@@ -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
index 5595e8437e66fda5d167131a410cfcadb5f0d1fe..bcd5dba910fed1d9e85e6342b16f1ecf4c39fdf1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.2.1",
+  "version": "1.2.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index a69c712e5d6da6e110bd8bbf5652ec5afd8b709a..893bb20ea0234c903aebcc048bba44a8eff1c64e 100644 (file)
@@ -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": {