bump package version to 1.3.10
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 4 Nov 2022 17:31:56 +0000 (10:31 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 4 Nov 2022 17:31:56 +0000 (10:31 -0700)
CHANGELOG.md
package-lock.json
package.json

index cdf9b9a7eda34664148234ee88192c6320a4d348..e83293610072ea1f0ecce508c2cb2ff584cb585e 100644 (file)
@@ -2,7 +2,7 @@
 
 Releases and notable changes to this project are documented here.
 
-## [v1.3.10] - TBD
+## [v1.3.10] - 2022-11-04
 
 ### Fixed
 
index 16b4dcc174242cf71a51bdb0a3cf044c0800074a..1c29439178ca830f6422f65350ea6c3c008b7c3c 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.9",
+  "version": "1.3.10",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/websub-hub",
-      "version": "1.3.9",
+      "version": "1.3.10",
       "license": "ISC",
       "dependencies": {
         "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
index ffb9c52051113485e6d52dbe50e05a632f08939e..51911db54e92af8724801ab35c87c347c60d81fd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.9",
+  "version": "1.3.10",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {