Skip to content

Commit 9b47d4b

Browse files
authored
Release 0.3.2 (signalfx#71)
1 parent 0d4f90c commit 9b47d4b

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.3.2
6+
7+
* Upgrade OTEL components to 1.20
8+
* Fix iOS number conversion
9+
510
## 0.3.1
611

712
* Fix global attributes

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

0 commit comments

Comments
 (0)