Skip to content

Commit

Permalink
chore(release): 2.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.16.0](v2.15.0...v2.16.0) (2022-09-27)

### Features

* send an error instead of calling a callback from native code ([#143](#143)) ([998fc1a](998fc1a))
  • Loading branch information
amplitude-sdk-bot committed Sep 27, 2022
1 parent fdac6b7 commit 97b4d25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Amplitude (8.13.0):
- AnalyticsConnector (~> 1.0.0)
- amplitude-react-native (2.15.0):
- amplitude-react-native (2.16.0):
- Amplitude (= 8.13.0)
- React-Core
- AnalyticsConnector (1.0.0)
Expand Down Expand Up @@ -358,7 +358,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: 0a239d682bc9ec1eb7a7b318af2541130ecd4bd3
amplitude-react-native: 810f45fee51acc0d40e11f7248bc7c0e5dc9a673
amplitude-react-native: da096948d20049ac6c85c875c3db001cad19e3a0
AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/react-native",
"version": "2.15.0",
"version": "2.16.0",
"description": "Official React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export const Constants: {
packageVersion: string;
} = {
packageSourceName: 'amplitude-react-native',
packageVersion: '2.15.0',
packageVersion: '2.16.0',
};

0 comments on commit 97b4d25

Please sign in to comment.