Skip to content

Commit 567ac16

Browse files
author
Brandon Sneed
committed
chore(release): 1.3.0
1 parent 35f96a0 commit 567ac16

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="1.3.0"></a>
6+
7+
# [1.3.0](https://github.com/segmentio/analytics-react-native/compare/v1.2.1...v1.3.0) (2020-08-28)
8+
9+
### Bug Fixes
10+
11+
- **ci:** fixed ci issue ([c71a6cf](https://github.com/segmentio/analytics-react-native/commit/c71a6cf))
12+
- **docs:** updated readme to use 60 seconds vs 60 ms ([8cbf0b3](https://github.com/segmentio/analytics-react-native/commit/8cbf0b3))
13+
- **ios:** fixes for building for newer rn ([#206](https://github.com/segmentio/analytics-react-native/issues/206)) ([ecce14c](https://github.com/segmentio/analytics-react-native/commit/ecce14c))
14+
15+
### Features
16+
17+
- **core:** http proxying via setup configuration ([#202](https://github.com/segmentio/analytics-react-native/issues/202)) ([40a3f5a](https://github.com/segmentio/analytics-react-native/commit/40a3f5a))
18+
- **ios:** make idfa for ios external to analytics ([#210](https://github.com/segmentio/analytics-react-native/issues/210)) ([35f96a0](https://github.com/segmentio/analytics-react-native/commit/35f96a0))
19+
520
<a name="1.2.1"></a>
621

722
## [1.2.1](https://github.com/segmentio/analytics-react-native/compare/v1.2.0-beta.3...v1.2.1) (2020-06-18)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "The hassle-free way to add analytics to your React-Native app.",
55
"license": "MIT",
66
"main": "build/cjs/index.js",

0 commit comments

Comments
 (0)