Skip to content

Commit f52b0ee

Browse files
chore(release): 1.0.1
## [1.0.1](v1.0.0...v1.0.1) (2023-11-28) ### Bug Fixes * remove spaces between comma separated values in the cavage signature header ([c2ef06f](c2ef06f))
1 parent 5567a17 commit f52b0ee

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.0.1](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.0...v1.0.1) (2023-11-28)
4+
5+
6+
### Bug Fixes
7+
8+
* remove spaces between comma separated values in the cavage signature header ([c2ef06f](https://github.com/dhensby/node-http-message-signatures/commit/c2ef06f075469704f54355ac3ae435cbcb660be5))

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.0",
3+
"version": "1.0.1",
44
"description": "HTTP message signature implementation",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)