From b837c58705b72c88dd25e327f5be38a28d2a4ea2 Mon Sep 17 00:00:00 2001 From: Jaco Date: Thu, 23 Jun 2022 10:41:00 +0200 Subject: [PATCH] 0.15.1 (#1714) --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029be744b..95b06ad33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 0.15.1 Jun 23, 2022 + +Contributed: + +- Too many URLs to mention + +Changes: + +- Don't publish to npm on each commit +- Update to `@polkadot/util` 9.6.1 + + ## 0.14.1 Jun 19, 2022 Contributed: diff --git a/package.json b/package.json index 97da965dd..046670c0d 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.14.15", + "version": "0.15.0", "workspaces": [ "packages/*" ], "scripts": { "build": "polkadot-dev-build-ts", "build:extra": "node scripts/sortAll.mjs", - "build:release": "polkadot-ci-ghact-build --skip-beta", + "build:release": "polkadot-ci-ghact-build", "build:release:ipfs": "node scripts/ipfsUpload.mjs", "build:rollup": "polkadot-exec-rollup --config", "clean": "polkadot-dev-clean-build", diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fda61525f..787af6250 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.14.15", + "version": "0.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3",