Skip to content

Commit

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

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.8.0](https://github.com/PeculiarVentures/webcrypto-core/compare/v1.7.9...v1.8.0) (2024-05-28)


### Features

* Add x25519 and ed25519 to ec module ([b65b6af](https://github.com/PeculiarVentures/webcrypto-core/commit/b65b6afe20dcdbef9ec09d871004941ef0d7ee3f))


### Bug Fixes

* Improve data validation for importKey and exportKey methods ([4ef9eaa](https://github.com/PeculiarVentures/webcrypto-core/commit/4ef9eaab136fdee833884762f865f4b6dce28465))

### [1.7.9](https://github.com/PeculiarVentures/webcrypto-core/compare/v1.7.8...v1.7.9) (2024-03-28)


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": "webcrypto-core",
"version": "1.7.9",
"version": "1.8.0",
"description": "Common layer to be used by crypto libraries based on WebCrypto API for input validation.",
"main": "build/webcrypto-core.js",
"module": "build/webcrypto-core.es.js",
Expand Down Expand Up @@ -91,4 +91,4 @@
"test/**/*.ts"
]
}
}
}

0 comments on commit 8de48d6

Please sign in to comment.