From 32c800f7be960758f799fc686ee15abaf243fda1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Apr 2023 19:54:08 +0000 Subject: [PATCH] chore(release): publish packages --- .changeset/grumpy-kids-yell.md | 5 ----- packages/biometric-ed25519/CHANGELOG.md | 6 ++++++ packages/biometric-ed25519/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/grumpy-kids-yell.md diff --git a/.changeset/grumpy-kids-yell.md b/.changeset/grumpy-kids-yell.md deleted file mode 100644 index 2eae62caa2..0000000000 --- a/.changeset/grumpy-kids-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@near-js/biometric-ed25519": patch ---- - -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. diff --git a/packages/biometric-ed25519/CHANGELOG.md b/packages/biometric-ed25519/CHANGELOG.md index 0db5b44aba..eff956688b 100644 --- a/packages/biometric-ed25519/CHANGELOG.md +++ b/packages/biometric-ed25519/CHANGELOG.md @@ -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 diff --git a/packages/biometric-ed25519/package.json b/packages/biometric-ed25519/package.json index b3273f0f9a..1b03465d3d 100644 --- a/packages/biometric-ed25519/package.json +++ b/packages/biometric-ed25519/package.json @@ -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": {