bump package version to 1.3.11
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 23 Mar 2023 00:34:37 +0000 (17:34 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 23 Mar 2023 00:34:37 +0000 (17:34 -0700)
CHANGELOG.md
package-lock.json
package.json

index e83293610072ea1f0ecce508c2cb2ff584cb585e..fa404224cddbb7882f3836e028389d9dac858474 100644 (file)
@@ -2,6 +2,12 @@
 
 Releases and notable changes to this project are documented here.
 
+## [v1.3.11] - 2023-03-22
+
+### Fixed
+
+- Dependency updates.
+
 ## [v1.3.10] - 2022-11-04
 
 ### Fixed
@@ -167,7 +173,10 @@ Releases and notable changes to this project are documented here.
 
 ---
 
-[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.8
+[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.11
+[v1.3.11]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.11;hp=v1.3.10
+[v1.3.10]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.10;hp=v1.3.9
+[v1.3.9]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.9;hp=v1.3.8
 [v1.3.8]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.8;hp=v1.3.7
 [v1.3.7]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.7;hp=v1.3.6
 [v1.3.6]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.6;hp=v1.3.5
index e3f94ff7ed8dd765757c4e059f693bfd9223af06..a1f93a1ba90273a434861a1fe26fc4fc9e452a9a 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.10",
+  "version": "1.3.11",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/websub-hub",
-      "version": "1.3.10",
+      "version": "1.3.11",
       "license": "ISC",
       "dependencies": {
         "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
index 3ee5e940a99b19555a0d2d207af5bac738663588..0fda3cc16e0935a6827e43588a4befc7bdfaf003 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.10",
+  "version": "1.3.11",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {