Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](6.11.6...7.0.0) (2023-04-19)

### Features

* **deps:** replace @stablelib/ with noble-crypto ([#280](#280)) ([0f6221a](0f6221a)), closes [#270](#270)

### BREAKING CHANGES

* **deps:** `ES256*` signers are now enforcing canonical signatures (s-value less than or equal to half the curve order). This will likely break some expectations for dependents that were using the previous versions.
  • Loading branch information
semantic-release-bot committed Apr 19, 2023
1 parent 0f6221a commit 986ff37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0](https://github.com/decentralized-identity/did-jwt/compare/6.11.6...7.0.0) (2023-04-19)


### Features

* **deps:** replace @stablelib/ with noble-crypto ([#280](https://github.com/decentralized-identity/did-jwt/issues/280)) ([0f6221a](https://github.com/decentralized-identity/did-jwt/commit/0f6221ab7b96383de2f4cdee7d05dd31a5c03c76)), closes [#270](https://github.com/decentralized-identity/did-jwt/issues/270)


### BREAKING CHANGES

* **deps:** `ES256*` signers are now enforcing canonical signatures (s-value less than or equal to half the curve order). This will likely break some expectations for dependents that were using the previous versions.

## [6.11.6](https://github.com/decentralized-identity/did-jwt/compare/6.11.5...6.11.6) (2023-04-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
"version": "6.11.6",
"version": "7.0.0",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 986ff37

Please sign in to comment.