This commit is contained in:
Jaco
2022-06-23 10:41:00 +02:00
committed by GitHub
parent 6df84c4da5
commit b837c58705
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -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:
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",