Skip to content

Commit

Permalink
chore(release): 1.1.0-beta.1 (segmentio#92) (segmentio#93)
Browse files Browse the repository at this point in the history
* chore(release): 1.1.0-beta.1

* docs(changelog): fixed mixed up changelog entries
  • Loading branch information
bsneed authored Jul 25, 2019
1 parent 25a11f5 commit 8663724
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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="1.1.0-beta.1"></a>

# [1.1.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/v1.1.0-beta.0...v1.1.0-beta.1) (2019-07-25)

### Bug Fixes

- **core:** track lifecyle events before builder is set by the singleton ([#88](https://github.com/segmentio/analytics-react-native/pull/88))

<a name="1.1.0-beta.0"></a>

# [1.1.0-beta.0](https://github.com/segmentio/analytics-react-native/compare/v1.0.1-beta.0...v1.1.0-beta.0) (2019-06-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native",
"version": "1.1.0-beta.0",
"version": "1.1.0-beta.1",
"description": "The hassle-free way to add analytics to your React-Native app.",
"license": "MIT",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit 8663724

Please sign in to comment.