From ff9acc6f8b8ee8a0c7e175901c2ff2d8fd63bc2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:55:38 +0000 Subject: [PATCH] [CI Skip] release/stable 0.0.288 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5ae2224c6..9076947d3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,8 +2,8 @@ 7 Kevin Veros Hamonangan Update ss58.md (#81) 5 brettkolodny Contract query subscriptions workaround in Contract FAQ (#60) 5 Jhon Update types.basics.md (#165) + 5 Tarik Gul Update typegen and docs (#481) 5 Thibaut Sardan Add an exemple to retrieve chain info (#125) - 4 Tarik Gul Bump yarn to 4.1.1 (#468) 3 jakai7 typo (#47) 3 Jegor Sidorenko Update sign-verify.md (#251) 3 Nikos Kontakis Update extrinsics.md (#179) diff --git a/package.json b/package.json index 3f1b1b94e..7eb9961f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-js", - "version": "0.0.287", + "version": "0.0.288", "engine-strict": true, "engines": { "node": ">=18.14" @@ -46,7 +46,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0" }, "versions": { - "git": "0.0.287", - "npm": "0.0.287" + "git": "0.0.288", + "npm": "0.0.288" } }