diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fac525..e3e0b6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+## [5.0.1](https://github.com/videojs/videojs-generate-rollup-config/compare/v5.0.0...v5.0.1) (2019-08-16)
+
+### Bug Fixes
+
+* peer dependency issue ([f142f80](https://github.com/videojs/videojs-generate-rollup-config/commit/f142f80))
+
# [5.0.0](https://github.com/videojs/videojs-generate-rollup-config/compare/v4.0.0...v5.0.0) (2019-08-16)
diff --git a/package-lock.json b/package-lock.json
index c44014a..4fe2cd2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "videojs-generate-rollup-config",
- "version": "5.0.0",
+ "version": "5.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4fad989..ff60c28 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "videojs-generate-rollup-config",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "Generate a standard rollup config, so that plugins don't need the same script in every repository.",
"main": "index.js",
"scripts": {