bump package version to 1.3.6
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 19 Mar 2022 22:41:44 +0000 (15:41 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 19 Mar 2022 22:41:44 +0000 (15:41 -0700)
CHANGELOG.md
package-lock.json
package.json

index 99ae8071e4b4e3af6a3ccc1c78a5ee49ee3c911e..f424b04a3951953a7932946e33bcd745302bc2bc 100644 (file)
@@ -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
index 81f4edde0c0cde23344aa04555204659cca934f9..249034b4951170f3a59901b3d90f179c41939856 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.5",
+  "version": "1.3.6",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 96a5322a991c07583f1898d174fb20719ae72b68..188f2d6d09df9c2168b7e0da4be1a271f24fb4f2 100644 (file)
@@ -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": {