From 506192c00af7c0f286fe5e3d705300b0723362c3 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Mon, 3 Jan 2022 10:42:24 -0800 Subject: [PATCH] bump package version to 1.3.3 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7945777..bc2c063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ Releases and notable changes to this project are documented here. -## [Unreleased] +## [v1.3.3] - 2022-01-03 + +### Fixed + +- Refactor of authenticated sessions and HTML template rendering, split into sub-modules. +- Dependency updates. ## [v1.3.2] - 2021-12-29 @@ -100,6 +105,7 @@ 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.2 +[v1.3.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.3;hp=v1.3.2 [v1.3.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.2;hp=v1.3.1 [v1.3.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.1;hp=v1.3.0 [v1.3.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.0;hp=v1.2.2 diff --git a/package-lock.json b/package-lock.json index f6898a7..07e784d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9308785..53e5d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.2", + "version": "1.3.3", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { -- 2.43.2