diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f14678b..16ea6b40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [8.1.4](https://github.com/verdaccio/monorepo/compare/v8.1.3...v8.1.4) (2019-09-30)
+
+**Note:** Version bump only for package @verdaccio/monorepo
+
+
+
+
+
## [8.1.3](https://github.com/verdaccio/monorepo/compare/v8.1.2...v8.1.3) (2019-09-30)
**Note:** Version bump only for package @verdaccio/monorepo
diff --git a/lerna.json b/lerna.json
index 94b5e022..8ca0f12b 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "8.1.3",
+ "version": "8.1.4",
"packages": [
"core/*",
"plugins/*",
diff --git a/plugins/audit/CHANGELOG.md b/plugins/audit/CHANGELOG.md
index 28600fe9..bd427adf 100644
--- a/plugins/audit/CHANGELOG.md
+++ b/plugins/audit/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [8.1.4](https://github.com/verdaccio/monorepo/compare/v8.1.3...v8.1.4) (2019-09-30)
+
+**Note:** Version bump only for package verdaccio-audit
+
+
+
+
+
## [8.1.3](https://github.com/verdaccio/monorepo/compare/v8.1.2...v8.1.3) (2019-09-30)
**Note:** Version bump only for package verdaccio-audit
diff --git a/plugins/audit/package.json b/plugins/audit/package.json
index 874e01a3..2e31fe01 100644
--- a/plugins/audit/package.json
+++ b/plugins/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "verdaccio-audit",
- "version": "8.1.3",
+ "version": "8.1.4",
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
"keywords": [
"verdaccio",
diff --git a/yarn.lock b/yarn.lock
index 64386407..61f0a90a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4610,7 +4610,7 @@ expect@^24.9.0:
express@4.17.1:
version "4.17.1"
- resolved "http://localhost:4873/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
+ resolved "https://registry.verdaccio.org/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==
dependencies:
accepts "~1.3.7"