From 29949b7f51f8fa0bebef44ade3904cfc0f317536 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:28:05 +0000 Subject: [PATCH] phishing 0.22.9 --- CHANGELOG.md | 1 + phishing/packageInfo.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a552033..4f0784de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## master +- phishing 0.22.9 - api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 11.3.1 - api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 11.2.1 - phishing 0.22.8 diff --git a/phishing/packageInfo.ts b/phishing/packageInfo.ts index 6ff01c087..0aec49c6d 100644 --- a/phishing/packageInfo.ts +++ b/phishing/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/phishing', path: new URL(import.meta.url).pathname, type: 'deno', version: '0.22.8' }; +export const packageInfo = { name: '@polkadot/phishing', path: new URL(import.meta.url).pathname, type: 'deno', version: '0.22.9' };