bump package version to 1.3.8
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 15 May 2022 20:53:00 +0000 (13:53 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 15 May 2022 20:53:00 +0000 (13:53 -0700)
CHANGELOG.md
package-lock.json
package.json

index 73ae6cbafc6ade663f542065f2063d739f995ae7..d9fdf8101a1fe16af03fc4a7b462a6dae8d3a34c 100644 (file)
@@ -2,6 +2,14 @@
 
 Releases and notable changes to this project are documented here.
 
+## [v1.3.8] - 2022-05-15
+
+### Fixed
+
+- Badge requests are allowed to be cached.
+- Dependency updates.
+- Minor fixes.
+
 ## [v1.3.7] - 2022-04-08
 
 ### Added
@@ -145,7 +153,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.3.7
+[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;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
 [v1.3.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.5;hp=v1.3.4
index 5e44946bedc08e7afdb55c333144318bfc854a6b..e147b167ae89f26f5cf50d3f55b5ec90e4b19398 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.7",
+  "version": "1.3.8",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 8511a5d905307b1e0432db457471218f484d0ff1..318ff97fe9bb95ab53ee3e50759581388ccaa37c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.7",
+  "version": "1.3.8",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {