Skip to content

Commit

Permalink
Merge pull request #1126 from near/changeset-release/master
Browse files Browse the repository at this point in the history
Publish packages
  • Loading branch information
andy-haynes authored Apr 27, 2023
2 parents 6191ef7 + 32c800f commit 01ee1d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-kids-yell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/biometric-ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @near-js/biometric-ed25519

## 0.0.9

### Patch Changes

- [#1125](https://github.com/near/near-api-js/pull/1125) [`5808d3a7`](https://github.com/near/near-api-js/commit/5808d3a7cad6ebfe19e2e249eebca8387b9d7495) Thanks [@esaminu](https://github.com/esaminu)! - This PR fixes a bug with the getKeys method in the biometric-ed25519 package. This method is currently broken due to not awaiting an async function and trying to access undefined properties on the promise.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/biometric-ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@near-js/biometric-ed25519",
"description": "JavaScript library to handle webauthn and biometric keys",
"version": "0.0.8",
"version": "0.0.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 01ee1d9

Please sign in to comment.