Skip to content

Commit 2dcda40

Browse files
authored
chore: release v2.2.3 (#743)
1 parent fa9eb51 commit 2dcda40

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log - @splunk/otel
22

3+
## 2.2.3
4+
5+
June 27, 2023
6+
7+
- Fixed `logLevel` configuration option for `start` function throwing an error [#741](https://github.com/signalfx/splunk-otel-js/pull/741)
8+
- Added Docker image for the OpenTelemetry Operator for Kubernetes [#740](https://github.com/signalfx/splunk-otel-js/pull/740)
9+
310
## 2.2.2
411

512
May 3, 2023

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",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.",
55
"repository": "[email protected]:signalfx/splunk-otel-js.git",
66
"author": "Splunk <[email protected]>",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
export const VERSION = '2.2.2';
17+
export const VERSION = '2.2.3';

0 commit comments

Comments
 (0)