Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2019-05-02)

### Features

* **bara:** add  HOC ([f923459](f923459))
* **bara:** add `whenReactAppMounted` trigger ([68a1108](68a1108))
* **functions:** add Platform API for OS detection ([a2e7395](a2e7395))
  • Loading branch information
semantic-release-bot committed May 2, 2019
1 parent d6cc869 commit da8952a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.1.0](https://github.com/barajs/bara-react/compare/v3.0.0...v3.1.0) (2019-05-02)


### Features

* **bara:** add HOC ([f923459](https://github.com/barajs/bara-react/commit/f923459))
* **bara:** add `whenReactAppMounted` trigger ([68a1108](https://github.com/barajs/bara-react/commit/68a1108))
* **functions:** add Platform API for OS detection ([a2e7395](https://github.com/barajs/bara-react/commit/a2e7395))

# [3.0.0](https://github.com/barajs/bara-react/compare/v2.0.4...v3.0.0) (2019-04-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "BaraJS for React creative",
"homepage": "https://barajs.dev",
"repository": "https://github.com/barajs/bara-react",
"version": "3.0.0",
"version": "3.1.0",
"module": "dist/index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit da8952a

Please sign in to comment.