Skip to content

Commit

Permalink
release: 0.14.0-rc.3 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
t2t2 authored Nov 22, 2022
1 parent 9d973c2 commit 10bb721
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If the version of Open Telemetry is unspecified for a version, then it is the sa

## Unreleased

## 0.14.0-rc.2
## 0.14.0-rc.3

| Open Telemetry API | Core | Instrumentations & Contrib |
| ------------------ | ------ | -------------------------- |
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@splunk/otel-web-dev-root",
"private": true,
"version": "0.14.0-rc.2",
"version": "0.14.0-rc.3",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/session-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel-web-session-recorder",
"version": "0.14.0-rc.2",
"version": "0.14.0-rc.3",
"description": "Splunk distribution of rrweb for recording session",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/session-recorder/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/

// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.14.0-rc.2';
export const VERSION = '0.14.0-rc.3';
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel-web",
"version": "0.14.0-rc.2",
"version": "0.14.0-rc.3",
"description": "Splunk distribution of Open Telemetry for browser environment.",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/

// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.14.0-rc.2';
export const VERSION = '0.14.0-rc.3';

0 comments on commit 10bb721

Please sign in to comment.