bump package version to 1.3.3
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 3 Jan 2022 18:42:24 +0000 (10:42 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 3 Jan 2022 18:42:24 +0000 (10:42 -0800)
CHANGELOG.md
package-lock.json
package.json

index 7945777b53732d5256d53bc7395377755b1a7a78..bc2c0639dc3b8d03e498f895c2f3548e6bda1546 100644 (file)
@@ -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
index f6898a7a0f67ebde2ec84443b72697d80946ffc1..07e784dad7a744c6b4b72603d9ca99a3c420d3b1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.2",
+  "version": "1.3.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 93087852b56815638f0f317831940bfd1b90e794..53e5d259db1c8e28ee2eaf0325fbdacaf39fe6ea 100644 (file)
@@ -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": {