Skip to content

Commit

Permalink
chore(release): 2.13.5 [skip ci]
Browse files Browse the repository at this point in the history
## [@segment/analytics-react-native-v2.13.5](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.13.4...@segment/analytics-react-native-v2.13.5) (2023-04-18)

### Bug Fixes

* bump kotlin version in advertisingId plugin ([#799](#799)) ([12241e9](12241e9))
* stricter linting, improved handling of plugin errrors ([#795](#795)) ([1ddb4d5](1ddb4d5)), closes [#799](#799) [#803](#803) [#802](#802)
* update braze logPurchase functionality ([#812](#812)) ([09f1222](09f1222))
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent 8282f6b commit 6635d6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [@segment/analytics-react-native-v2.13.5](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.13.4...@segment/analytics-react-native-v2.13.5) (2023-04-18)


### Bug Fixes

* bump kotlin version in advertisingId plugin ([#799](https://github.com/segmentio/analytics-react-native/issues/799)) ([12241e9](https://github.com/segmentio/analytics-react-native/commit/12241e9bcbdd86a73bb9ca589c8e6e88f49a48c4))
* stricter linting, improved handling of plugin errrors ([#795](https://github.com/segmentio/analytics-react-native/issues/795)) ([1ddb4d5](https://github.com/segmentio/analytics-react-native/commit/1ddb4d571df794bc7eaa5c5302ed27b90faf9a73)), closes [#799](https://github.com/segmentio/analytics-react-native/issues/799) [#803](https://github.com/segmentio/analytics-react-native/issues/803) [#802](https://github.com/segmentio/analytics-react-native/issues/802)
* update braze logPurchase functionality ([#812](https://github.com/segmentio/analytics-react-native/issues/812)) ([09f1222](https://github.com/segmentio/analytics-react-native/commit/09f12223c110e6121a3b8cec765158a791773827))

## [@segment/analytics-react-native-v2.13.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.13.3...@segment/analytics-react-native-v2.13.4) (2023-03-15)


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": "2.13.4",
"version": "2.13.5",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down

0 comments on commit 6635d6a

Please sign in to comment.