diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38f5ade..bf14476 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [0.10.1](https://github.com/dride/dride-core/compare/v0.10.0...v0.10.1) (2018-04-01)
+
+
+### Bug Fixes
+
+* **video:** fix filename fix in ensureAllClipsAreDecoded ([250ae10](https://github.com/dride/dride-core/commit/250ae10))
+
# 0.10.0 (2018-03-25)
diff --git a/package-lock.json b/package-lock.json
index 6e8166d..5a467e4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "dride-core",
- "version": "0.10.2",
+ "version": "0.10.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9efffae..328c43e 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,9 @@
"type": "git",
"url": "https://github.com/dride/dride-core.git"
},
- "keywords": ["dride"],
+ "keywords": [
+ "dride"
+ ],
"author": "Dride, Inc.",
"license": "MIT",
"bugs": {
@@ -41,10 +43,17 @@
"generateNotes": {
"preset": "angular",
"parserOpts": {
- "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
+ "noteKeywords": [
+ "BREAKING CHANGE",
+ "BREAKING CHANGES",
+ "BREAKING"
+ ]
},
"writerOpts": {
- "commitsSort": ["subject", "scope"]
+ "commitsSort": [
+ "subject",
+ "scope"
+ ]
}
},
"prepare": [
@@ -54,6 +63,8 @@
},
"@semantic-release/git"
],
- "publish": ["@semantic-release/github"]
+ "publish": [
+ "@semantic-release/github"
+ ]
}
}