diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b801f..3532952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.7.8](https://github.com/PeculiarVentures/webcrypto-core/compare/v1.7.7...v1.7.8) (2024-01-22) + + +### Bug Fixes + +* add `...args` for generateKey with Ed25519 algorithm ([e8c65c3](https://github.com/PeculiarVentures/webcrypto-core/commit/e8c65c3d003bd6e14ccf59a66ba698b2b648af89)) +* build error TypeScript 5.3 ([b83ef17](https://github.com/PeculiarVentures/webcrypto-core/commit/b83ef17f07c38a9f64195f5f5aa10f8fcb59e252)) +* type annotations and add missing return types ([c83d87e](https://github.com/PeculiarVentures/webcrypto-core/commit/c83d87eb456a91d819a0441dcd8550e8518d7a1a)) + ### [1.7.7](https://github.com/PeculiarVentures/webcrypto-core/compare/v1.7.6...v1.7.7) (2023-03-21) ### [1.7.6](https://github.com/PeculiarVentures/webcrypto-core/compare/v1.7.5...v1.7.6) (2023-02-10) diff --git a/package.json b/package.json index a0dca28..af866ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcrypto-core", - "version": "1.7.7", + "version": "1.7.8", "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", @@ -91,4 +91,4 @@ "test/**/*.ts" ] } -} \ No newline at end of file +}