From 4f2a040b4aa91132cd56745ad5a55dfc8e5947eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:16:35 +0000 Subject: [PATCH] [CI Skip] release/stable 0.0.279 skip-checks: true --- CONTRIBUTORS | 1 + package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 02ad4fb39d..f418f68536 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -56,6 +56,7 @@ 1 Sam Ruberti Fix code example (#360) 1 Spaceforce Change order of params to match example (#90) 1 Stéphane P Fix doc typo (#300) + 1 Tarik Gul docs: update create-type md for clearer instructions (#455) 1 Wil Wade Small fixes for cookbook (#302) 1 yaohsin Update verify-signature.md (#198) 1 Zoheb Salam Update Readme with `keysAt()` and `entriesAt()` (#218) \ No newline at end of file diff --git a/package.json b/package.json index 7600f35553..74b7c59b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-js", - "version": "0.0.278", + "version": "0.0.279", "engine-strict": true, "engines": { "node": ">=18.14" @@ -45,7 +45,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0" }, "versions": { - "git": "0.0.278", - "npm": "0.0.278" + "git": "0.0.279", + "npm": "0.0.279" } }