From e89fb63742e4caaec2809cb43fd8c1d7dcf60a84 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 19 Mar 2022 15:41:44 -0700 Subject: [PATCH] bump package version to 1.3.6 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ae807..f424b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Releases and notable changes to this project are documented here. +## [v1.3.6] - TBD + +### Added + +- Recent history of topic publish updates are now displayed on topic details page. + +### Fixed + +- Depdency updates. + ## [v1.3.5] - 2022-02-23 ### Added @@ -124,7 +134,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.5 +[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;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 [v1.3.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.4;hp=v1.3.3 [v1.3.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.3;hp=v1.3.2 diff --git a/package-lock.json b/package-lock.json index 81f4edd..249034b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 96a5322..188f2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.5", + "version": "1.3.6", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { -- 2.43.2