diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0c1ebc1..a94e6ae1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.18.11 Nov 14, 2022 + +Contributed: + +- Too many URLs to mention + +Changes: + +- Update to `@polkadot/util` 10.1.12 + + ## 0.18.10 Oct 7, 2022 Contributed: diff --git a/package.json b/package.json index f7c26d393..df597ccb1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-160-x", + "version": "0.18.11", "versions": { "git": "0.18.11-160-x", "npm": "0.18.10" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 84f235b9e..bdcaec12d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-160-x", + "version": "0.18.11", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0",