From 646c15ff9e0a2fdcd9b31a0061ef566c966be104 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:56:03 +0000 Subject: [PATCH] [CI Skip] release/stable 0.0.285 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c1a7cc929f..d7f85c10c5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,10 +8,10 @@ 3 Nikos Kontakis Update extrinsics.md (#179) 3 Raoul Millais Fix minor typo in type creation docs (#129) 3 Shawn Tabrizi typo (#142) + 3 Tarik Gul chore(yarn): bump yarn to 4.1.0 (#466) 2 Andrew Minor typo fixes (#247) 2 JesseAbram Hashing (#93) 2 Ronny Roeller Fix typos (#156) - 2 Tarik Gul ci: add user (TarikGul) to auto-approve (#467) 2 Vadim add search plugin; update docs; (#310) 2 Viki Val Updated documentation to docs in RegistryError (#188) 1 Anastasia Update api.query.other.md (#347) diff --git a/package.json b/package.json index cc8dc126fd..7ebb507113 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-js", - "version": "0.0.284", + "version": "0.0.285", "engine-strict": true, "engines": { "node": ">=18.14" @@ -46,7 +46,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0" }, "versions": { - "git": "0.0.284", - "npm": "0.0.284" + "git": "0.0.285", + "npm": "0.0.285" } }