diff --git a/CHANGELOG.md b/CHANGELOG.md index 3440e28b2..3024d4abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 0.18.2 Aug 7, 2022 +## 0.18.4 Aug 7, 2022 Contributed: diff --git a/package.json b/package.json index e9016dc3c..e4a4c24a4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.3", + "version": "0.18.4", "versions": { "git": "0.18.3", "npm": "0.18.3" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index af9383b5f..58aa05672 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.3", + "version": "0.18.4", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9",