Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 28, 2024
1 parent a0d2821 commit 919c67e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.5.0](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.6...v1.5.0) (2024-05-28)


### Features

* Add support for Ed25519 and X25519 algorithms ([a0cf289](https://github.com/PeculiarVentures/webcrypto/commit/a0cf28914d6e0e11567a24ea3508c3ca231bd754))

### [1.4.6](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.5...v1.4.6) (2024-03-29)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/webcrypto",
"version": "1.4.6",
"version": "1.5.0",
"description": "A WebCrypto Polyfill for NodeJS",
"repository": {
"type": "git",
Expand Down Expand Up @@ -102,4 +102,4 @@
],
"spec": "test/**/*.ts"
}
}
}

0 comments on commit 919c67e

Please sign in to comment.