Skip to content

Commit db5bf0f

Browse files
authored
Release 0.3.3 (signalfx#73)
1 parent 5b95e98 commit db5bf0f

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.3
6+
7+
* Fix session timeout causing a crash
8+
59
## 0.3.2
610

711
* Upgrade OTEL components to 1.20

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.2",
3+
"version": "0.3.3",
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.2';
18+
export const VERSION = '0.3.3';

0 commit comments

Comments
 (0)