Skip to content

Commit

Permalink
Merge pull-request #288
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed May 16, 2024
2 parents 8c619d1 + 3680637 commit 268f79d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @turnkey/crypto

## 0.1.1

### Patch Changes

- d968e0b: Bugfix: return public key

## 0.1.0

Initial release
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/crypto",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down

0 comments on commit 268f79d

Please sign in to comment.