Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
chore(release): 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Oct 14, 2016
1 parent e080953 commit d0e98f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="0.7.2"></a>
## [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))
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/SevInf)",
"license": "MIT",
Expand All @@ -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": {
Expand Down

0 comments on commit d0e98f4

Please sign in to comment.