diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8ba81..c1d34f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [0.12.1](https://github.com/dride/dride-core/compare/v0.12.0...v0.12.1) (2018-05-01) + + +### Bug Fixes + +* **impulseButton:** fix support for new raspivid file ([5837af4](https://github.com/dride/dride-core/commit/5837af4)) + # [0.12.0](https://github.com/dride/dride-core/compare/v0.11.0...v0.12.0) (2018-04-24) diff --git a/package-lock.json b/package-lock.json index af0292b..337b9d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dride-core", - "version": "0.12.0", + "version": "1.0.0-rc.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eaeb5ff..36790ba 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" + ] } }