Skip to content

Commit

Permalink
Merge pull request #11 from dajiaji/bump-to-v0_2_4
Browse files Browse the repository at this point in the history
Bump to v0.2.4.
  • Loading branch information
dajiaji authored May 7, 2022
2 parents 2c4e657 + 5562c12 commit 9c9f367
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## Unreleased

## Version 0.2.4

Released 2022-05-07

- [(#9) Allow to use privateKey as senderKey and recipientKey parameter.](https://github.com/dajiaji/hpke-js/pull/9)
- Fix bug on [#7](https://github.com/dajiaji/hpke-js/pull/7).

## Version 0.2.3

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<h1 align="center">hpke-js</h1>

<div align="center">

[![Stable Release](https://img.shields.io/npm/v/hpke-js.svg)](https://npm.im/hpke-js)
![Github CI](https://github.com/dajiaji/hpke-js/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/dajiaji/hpke-js/branch/main/graph/badge.svg?token=7I7JGKDDJ2)](https://codecov.io/gh/dajiaji/hpke-js)

</div>

<p align="center">
A TypeScript <a href="https://datatracker.ietf.org/doc/html/rfc9180">Hybrid Public Key Encryption (HPKE)</a>
implementation build on top of <a href="https://www.w3.org/TR/WebCryptoAPI/">Web Cryptography API</a>.
This library works on both web browsers and Node.js (Currently Deno is not supported).
This library works on both web browsers and Node.js (**currently, Deno is not supported**).
</p>

## Index

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": "hpke-js",
"version": "0.2.3",
"version": "0.2.4",
"description": "A Hybrid Public Key Encryption (HPKE) library",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9c9f367

Please sign in to comment.