diff --git a/CHANGELOG.md b/CHANGELOG.md
index 389e5d26f2e..fe757d4d81c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+
+# 3.3.7 (2019-08-18)
+
+[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.6...v3.3.7)
+
+## Chore
+
+- resolve differently ([45b9127](https://github.com/webpack/webpack-cli/commit/45b9127))
+- update lockfile & pass nil ([43fc033](https://github.com/webpack/webpack-cli/commit/43fc033))
+- lock deps ([97d5c75](https://github.com/webpack/webpack-cli/commit/97d5c75))
+- lock deps ([635bfa3](https://github.com/webpack/webpack-cli/commit/635bfa3))
+
+## Fix
+
+- resolve opts when no-config ([fb31cc4](https://github.com/webpack/webpack-cli/commit/fb31cc4))
+
# 3.3.6 (2019-07-14)
diff --git a/package-lock.json b/package-lock.json
index 58d806a8498..273eb1395c3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
- "version": "3.3.6",
+ "version": "3.3.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 247f4a5a8af..c7b567fb6fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
- "version": "3.3.6",
+ "version": "3.3.7",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {