Skip to content

Commit 1d05689

Browse files
chore(release): 1.0.2
## [1.0.2](v1.0.1...v1.0.2) (2024-01-15) ### Bug Fixes * using specification algorithm for ECDSA signatures (IEEE-P1363 format) ([a1fb91c](a1fb91c))
1 parent 89861c0 commit 1d05689

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.2](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.1...v1.0.2) (2024-01-15)
4+
5+
6+
### Bug Fixes
7+
8+
* using specification algorithm for ECDSA signatures (IEEE-P1363 format) ([a1fb91c](https://github.com/dhensby/node-http-message-signatures/commit/a1fb91c8d590b6c15fc8a86fc2b1fa5f0e2ca834))
9+
310
## [1.0.1](https://github.com/dhensby/node-http-message-signatures/compare/v1.0.0...v1.0.1) (2023-11-28)
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.1",
3+
"version": "1.0.2",
44
"description": "HTTP message signature implementation",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)