From 745e1945d55718c63862bea7d22d9552ad3821d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 06:51:54 +0000 Subject: [PATCH] [CI Skip] release/stable 0.0.274 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4aeb0bed84..bb1f23650b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 288 Jaco Bump dev deps (#447) + 289 Jaco Bump deps (#448) 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) diff --git a/package.json b/package.json index 91ef5d1c9d..6120ab04c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-js", - "version": "0.0.273", + "version": "0.0.274", "engine-strict": true, "engines": { "node": ">=18.14" @@ -45,7 +45,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0" }, "versions": { - "git": "0.0.273", - "npm": "0.0.273" + "git": "0.0.274", + "npm": "0.0.274" } }