Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danhayden committed May 29, 2018
1 parent 4d704f7 commit 6ac4498
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

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="3.0.0"></a>
# [3.0.0](https://github.com/danhayden/react-simple-experiment/compare/v2.1.1...v3.0.0) (2018-05-29)


### Features

* increase test flexibility with new exports; ExperimentProvider, ExperimentConsumer, withExperiments, ActiveVariant ([4d704f7](https://github.com/danhayden/react-simple-experiment/commit/4d704f7))


### BREAKING CHANGES

* requires React 16.3+
* removal of `ExperimentManager`
* removal of `ExperimentQueryString`



<a name="2.1.1"></a>
## [2.1.1](https://github.com/danhayden/react-simple-experiment/compare/v2.1.0...v2.1.1) (2018-05-09)

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-simple-experiment",
"version": "2.1.1",
"version": "3.0.0",
"description": "Simple A/B testing for React",
"keywords": [
"react",
Expand All @@ -20,7 +20,7 @@
"build": "rollup -c",
"test": "jest --notify",
"lint": "prettier 'src/**/*.{js,json}' --write",
"size": "npx gzip-size-cli ./dist/react-simple-experiment.js",
"size": "npx gzip-size-cli ./dist/react-simple-experiment.js",
"checks": "npm run build && npm run test && npm run lint",
"release": "npm run checks && npx standard-version",
"betarelease": "npm run checks && npx standard-version --prerelease beta"
Expand Down

0 comments on commit 6ac4498

Please sign in to comment.