Skip to content

Commit eeee6b0

Browse files
authored
chore: release v2.16.0 (#1006)
1 parent d87a1bd commit eeee6b0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 2.16.0
4+
5+
- Upgrade to OpenTelemetry `1.30.0` / `0.57.0`. [#1005](https://github.com/signalfx/splunk-otel-js/pull/1005)
6+
37
## 2.15.0
48

59
- Upgrade to OpenTelemetry `1.28.0` / `0.55.0`. [#987](https://github.com/signalfx/splunk-otel-js/pull/987)

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.15.0",
3+
"version": "2.16.0",
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.15.0';
17+
export const VERSION = '2.16.0';

0 commit comments

Comments
 (0)