Skip to content

Commit c4c5a8f

Browse files
committedDec 29, 2021
bump package version to 1.3.2
1 parent 846fd81 commit c4c5a8f

File tree

5 files changed

+64
-125
lines changed

5 files changed

+64
-125
lines changed
 

‎.markdownlint.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"MD013": false,
3-
"MD024": false
3+
"MD022": false,
4+
"MD024": false,
5+
"MD032": false
46
}

‎CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ Releases and notable changes to this project are documented here.
44

55
## [Unreleased]
66

7+
## [v1.3.2] - 2021-12-29
8+
9+
### Fixed
10+
11+
- Minor fix and update to HTML templates.
12+
- Dependency updates.
13+
714
## [v1.3.1] - 2021-10-23
815

9-
## Fixed
16+
### Fixed
1017

1118
- Login credentials are no longer logged.
1219

@@ -92,7 +99,8 @@ Releases and notable changes to this project are documented here.
9299

93100
---
94101

95-
[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.1
102+
[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.2
103+
[v1.3.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.2;hp=v1.3.1
96104
[v1.3.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.1;hp=v1.3.0
97105
[v1.3.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.0;hp=v1.2.2
98106
[v1.2.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.2;hp=v1.2.1

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,6 @@ This implementation is built atop an in-house API framework, for Reasons. It wo
153153
- session-manager.js - process login/logout requests
154154
- template/ - HTML content
155155
- worker.js - maintains a pool of tasks in progress, for sending out updates, performing verifications, et cetera
156+
- static/ - static assets
156157
- test/ - unit and coverage tests
157158
- test-e2e/ - support for whole-service testing

‎package-lock.json

+49-121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squeep/websub-hub",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A WebSub Hub server implementation.",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.