Skip to content

Commit 0900b35

Browse files
chore(release): 1.0.3
## [1.0.3](v1.0.2...v1.0.3) (2024-01-16) ### Bug Fixes * use undecoded [@path](https://github.com/path), [@query](https://github.com/query) and [@query-param](https://github.com/query-param) according to the spec ([c086d9f](c086d9f))
1 parent 23f0d1e commit 0900b35

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.2...v1.0.3) (2024-01-16)
4+
5+
6+
### Bug Fixes
7+
8+
* use undecoded [@path](https://github.com/path), [@query](https://github.com/query) and [@query-param](https://github.com/query-param) according to the spec ([c086d9f](https://github.com/dhensby/node-http-message-signatures/commit/c086d9f7203bb34b9d33942f6e5f9a90fa1a4d11))
9+
310
## [1.0.2](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.1...v1.0.2) (2024-01-15)
411

512

package-lock.json

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

0 commit comments

Comments
 (0)