Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dride/Cardigan
Browse files Browse the repository at this point in the history
  • Loading branch information
saoron committed Apr 8, 2018
2 parents 8a72d07 + c23036c commit bc9b016
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="0.10.1"></a>
## [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))

<a name="0.10.0"></a>
# 0.10.0 (2018-03-25)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"type": "git",
"url": "https://github.com/dride/dride-core.git"
},
"keywords": ["dride"],
"keywords": [
"dride"
],
"author": "Dride, Inc.",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -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": [
Expand All @@ -54,6 +63,8 @@
},
"@semantic-release/git"
],
"publish": ["@semantic-release/github"]
"publish": [
"@semantic-release/github"
]
}
}

0 comments on commit bc9b016

Please sign in to comment.