Skip to content

Commit 3b107fc

Browse files
authored
Release 0.3.1 (signalfx#69)
1 parent 0da8b8e commit 3b107fc

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.1
6+
7+
* Fix global attributes
8+
59
## 0.3.0
610

711
* Add carrier info

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

0 commit comments

Comments
 (0)