From da8952a321a5f87de525591434fb7063e038bd1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 May 2019 04:12:39 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [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)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68ba16b..75d6941d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ebce428a..9c79a7bc 100644 --- a/package.json +++ b/package.json @@ -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",