Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 583487d

Browse files
author
Amir Blum
committed
v0.0.6
1 parent baafa1b commit 583487d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-aws-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-plugin-aws-sdk",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",

packages/plugin-aws-sdk/src/aws-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { AttributeNames } from "./enums";
1616
import { ServicesExtensions } from "./services";
1717
import { AwsSdkPluginConfig } from "./types";
1818

19-
const VERSION = "0.0.5";
19+
const VERSION = "0.0.6";
2020

2121
class AwsPlugin extends BasePlugin<typeof AWS> {
2222
readonly component: string;

0 commit comments

Comments
 (0)