Skip to content

Commit

Permalink
docs: release v2.0.2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Aug 18, 2022
1 parent c71ebf9 commit 601fe76
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Unreleased

TBD

## [v2.0.2](https://github.com/medibloc/panacea-js/releases/tag/v2.0.2) - 2022-08-18

### Features

- [\#64](https://github.com/medibloc/panacea-js/pull/64) feat: implement a function to convert a mnemonic to a secp256k1 private key


Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ So, it exposes CosmJS basic functions as they are, such as `connectWithSigner` a
### Installation

```bash
yarn add @medibloc/panacea-js @cosmjs/proto-signing @cosmjs/stargate cosmjs-types
yarn add @medibloc/panacea-js \
@cosmjs/proto-signing@0.28.4 \
@cosmjs/stargate@0.28.4 \
cosmjs-types@0.5.0
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ console.log(didDocumentWithSeq);

```ts
import { Secp256k1 as CryptoSecp256k1, stringToPath } from "@cosmjs/crypto";
import { Secp256k1 } from "./secp256k1";
import { Secp256k1 } from "@medibloc/panacea-js";

const mnemonic = "bulb rail ...";
const hdPath = stringToPath("m/44'/371'/0'/0/0");
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": "@medibloc/panacea-js",
"version": "2.0.1",
"version": "2.0.2",
"description": "The official Panacea Javascript SDK written in Typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 601fe76

Please sign in to comment.