Skip to content

Commit cf084d5

Browse files
authored
Release 0.3.4 (signalfx#76)
1 parent 5b01c95 commit cf084d5

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.3.4
6+
7+
* Add Privacyinfo for iOS
8+
59
## 0.3.3
610

711
* Fix session timeout causing a crash

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/otel-react-native",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Splunk distribution of Open Telemetry for react native.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ limitations under the License.
1515
*/
1616

1717
// this is an autogenerated file, see scripts/version-update.js
18-
export const VERSION = '0.3.3';
18+
export const VERSION = '0.3.4';

0 commit comments

Comments
 (0)