mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-05-06 09:08:00 +00:00
0.15.1 (#1714)
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user