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.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Nov 11, 2016
1 parent b733188 commit af6cb8d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.10.0"></a>
# [0.10.0](https://github.com/researchgate/gemini-react/compare/v0.9.0...v0.10.0)
(2016-11-11)


### Bug Fixes

* use webpack config from options completely ([b733188](https://github.com/researchgate/gemini-react/commit/b733188))
* **deps:** remove unnecessary dependencies ([10f7020](https://github.com/researchgate/gemini-react/commit/10f7020))


### BREAKING CHANGES

* `webpackLazyMode` option is now incompatible with webpack plugins,
which split one chunk into multiple. Either switch it off or exclude
such plugins from your config from gemini tests.



<a name="0.9.0"></a>
# [0.9.0](https://github.com/researchgate/gemini-react/compare/v0.8.0...v0.9.0)
(2016-10-18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini-react",
"version": "0.9.0",
"version": "0.10.0",
"description": "Wrapper, which simplifies writing gemini tests for react components",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit af6cb8d

Please sign in to comment.