Skip to content

Commit

Permalink
Update changelog and bump to version 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Holmström committed Sep 16, 2017
1 parent 603cd45 commit aa4d18c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.5.0 (2017-09-16)

* Fix deprecation warnings.

### 0.4.6 (2016-09-08)

* Allow empty variant children.
Expand Down
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": [
"react-ab.js"
],
"version": "0.4.6",
"version": "0.5.0",
"homepage": "https://github.com/olahol/react-ab",
"description": "Simple declarative and universal A/B testing component for React.",
"keywords": [
Expand All @@ -27,6 +27,8 @@
"example"
],
"dependencies": {
"react": ">= 0.13.0"
"react": ">= 0.13.0",
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ab",
"version": "0.4.6",
"version": "0.5.0",
"description": "Simple declarative and universal A/B testing component for React.",
"main": "react-ab.js",
"peerDependencies": {
Expand Down

0 comments on commit aa4d18c

Please sign in to comment.