Skip to content

Commit c259502

Browse files
chore(release): 1.0.4
## [1.0.4](v1.0.3...v1.0.4) (2024-01-16) ### Bug Fixes * never sign empty set of fields ([fc9ff1f](fc9ff1f))
1 parent 78dfdad commit c259502

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.3...v1.0.4) (2024-01-16)
4+
5+
6+
### Bug Fixes
7+
8+
* never sign empty set of fields ([fc9ff1f](https://github.com/dhensby/node-http-message-signatures/commit/fc9ff1fccd05b51bc1591afb50fb42728d12645e))
9+
310
## [1.0.3](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.2...v1.0.3) (2024-01-16)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-message-signatures",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "HTTP message signature implementation",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)