Skip to content

Commit

Permalink
release v0.16.4 (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
t2t2 authored Sep 12, 2023
1 parent 64ab1b2 commit b64082e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
image: 'cimg/node:current-browsers'
image: 'cimg/node:20.5-browsers'

include:
- project: 'ci-cd/templates'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ If the version of Open Telemetry is unspecified for a version, then it is the sa

## Unreleased

## 0.16.4

* `@splunk/otel-web`
* fix(socketio-instrumentation): use apply instead of call method when invoking the 'on' callback ([#652](https:/signalfx/splunk-otel-js-web/pull/652))
* `@splunk/otel-web-session-recorder`
* session recorder: add realm config option ([#646](https:/signalfx/splunk-otel-js-web/pull/646))

## 0.16.3 (& 0.16.2)

| 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.16.3",
"version": "0.16.4",
"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.16.3",
"version": "0.16.4",
"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.16.3';
export const VERSION = '0.16.4';
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.16.3",
"version": "0.16.4",
"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.16.3';
export const VERSION = '0.16.4';

0 comments on commit b64082e

Please sign in to comment.