From 18020551333d22d40f6dbfacca6ed69a7ca5d20c Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sun, 15 May 2022 13:53:00 -0700 Subject: [PATCH] bump package version to 1.3.8 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ae6cb..d9fdf81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 5e44946..e147b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8511a5d..318ff97 100644 --- a/package.json +++ b/package.json @@ -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": { -- 2.43.2