From d0e98f4cf7e3f800310a865fd63def4cddfe485b Mon Sep 17 00:00:00 2001 From: Sergey Tatarintsev Date: Fri, 14 Oct 2016 10:42:15 +0200 Subject: [PATCH] chore(release): 0.7.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 6 ++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..468824e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## [0.7.2](https://github.com/researchgate/gemini-react/compare/v0.7.1...v0.7.2) (2016-10-14) + + +### Bug Fixes + +* Ignore styles in node environment ([#20](https://github.com/researchgate/gemini-react/issues/20)) ([e080953](https://github.com/researchgate/gemini-react/commit/e080953)) diff --git a/package.json b/package.json index 06c01e3..bc31af0 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "gemini-react", - "version": "0.7.1", + "version": "0.7.2", "description": "Wrapper, which simplifies writing gemini tests for react components", "main": "index.js", "scripts": { "test": "mocha", "lint": "eslint .", "precommit": "npm run lint", - "commitmsg": "conventional-changelog-lint -e" + "commitmsg": "conventional-changelog-lint -e", + "release": "standard-version" }, "author": "Sergey Tatarintsev (https://github.com/SevInf)", "license": "MIT", @@ -29,6 +30,7 @@ "mocha": "^3.0.0", "react": "^15.3.0", "react-dom": "^15.3.0", + "standard-version": "^3.0.0", "webpack": "^1.13.1" }, "dependencies": {