Skip to content

Commit

Permalink
chore(release): 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 22, 2024
1 parent 517e8dd commit a021e75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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",
Expand Down Expand Up @@ -91,4 +91,4 @@
"test/**/*.ts"
]
}
}
}

0 comments on commit a021e75

Please sign in to comment.