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

Commit 2073c51

Browse files
author
Amir Blum
authored
Merge pull request #25 from aspecto-io/plugin-aws-sdk-v0.0.10
chore(opentelemetry-plugin-aws-sdk): bump version to v0.0.10
2 parents 3bf21ff + fe78de5 commit 2073c51

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.9",
3+
"version": "0.0.10",
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.9";
19+
const VERSION = "0.0.10";
2020

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

0 commit comments

Comments
 (0)