From 0900b35e01f16a53ef18440c19ca251123be64e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jan 2024 08:46:56 +0000 Subject: [PATCH] chore(release): 1.0.3 ## [1.0.3](https://github.com/dhensby/node-http-message-signatures/compare/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](https://github.com/dhensby/node-http-message-signatures/commit/c086d9f7203bb34b9d33942f6e5f9a90fa1a4d11)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf1f8f..986dfdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/dhensby/node-http-message-signatures/compare/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](https://github.com/dhensby/node-http-message-signatures/commit/c086d9f7203bb34b9d33942f6e5f9a90fa1a4d11)) + ## [1.0.2](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.1...v1.0.2) (2024-01-15) diff --git a/package-lock.json b/package-lock.json index 3d4ffb0..47168c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "http-message-signatures", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f2b86b..717c361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-message-signatures", - "version": "1.0.2", + "version": "1.0.3", "description": "HTTP message signature implementation", "main": "lib/index.js", "types": "lib/index.d.ts",