Skip to content

Commit

Permalink
chore: release v0.15.0 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Nov 11, 2021
1 parent 89233ca commit cf49920
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 19 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@splunk/otel",
"entries": [
{
"date": "Thu, 11 Nov 2021 15:56:29 GMT",
"tag": "@splunk/otel_v0.15.0",
"version": "0.15.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@splunk/otel",
"comment": "feat: add runtime metrics",
"commit": "89233ca6880bb0cea97b727d00706e299e7a911e"
},
{
"author": "[email protected]",
"package": "@splunk/otel",
"comment": "feat: remove OTEL_TRACE_ENABLED",
"commit": "89233ca6880bb0cea97b727d00706e299e7a911e"
}
]
}
},
{
"date": "Tue, 12 Oct 2021 06:38:40 GMT",
"tag": "@splunk/otel_v0.14.0",
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @splunk/otel

This log was last generated on Tue, 12 Oct 2021 06:38:40 GMT and should not be manually modified.
This log was last generated on Thu, 11 Nov 2021 15:56:29 GMT and should not be manually modified.

<!-- Start content -->

## 0.15.0

Thu, 11 Nov 2021 15:56:29 GMT

### Minor changes

- feat: add runtime metrics ([email protected])
- feat: remove OTEL_TRACE_ENABLED ([email protected])

## 0.14.0

Tue, 12 Oct 2021 06:38:40 GMT
Expand Down
7 changes: 0 additions & 7 deletions change/@splunk-otel-4e785909-3e8b-487b-a773-0448e5f0f1a7.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/@splunk-otel-710fb8ca-8079-4201-89c3-45337bc8ce67.json

This file was deleted.

4 changes: 2 additions & 2 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,6 +1,6 @@
{
"name": "@splunk/otel",
"version": "0.14.0",
"version": "0.15.0",
"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.",
"repository": "[email protected]:signalfx/splunk-otel-js.git",
"author": "Splunk <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const VERSION = '0.14.0';
export const VERSION = '0.15.0';

0 comments on commit cf49920

Please sign in to comment.