Skip to content

Commit 6a7135b

Browse files
aws-application-signals-botgithub-actions
andauthored
Pre-release: Update version to 0.7.0 (#241)
This PR updates the version to 0.7.0. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: github-actions <[email protected]>
1 parent 7a70e6e commit 6a7135b

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
3-
"version": "0.6.0-dev0",
3+
"version": "0.7.0",
44
"description": "This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.",
55
"author": {
66
"name": "Amazon Web Services",

docker-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
3-
"version": "0.6.0-dev0",
3+
"version": "0.7.0",
44
"private": true,
55
"scripts": {
66
"clean": "rimraf build/*",

lambda-layer/packages/layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"instrumentation"
3636
],
3737
"dependencies": {
38-
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.6.0-dev0.tgz"
38+
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.7.0.tgz"
3939
},
4040
"devDependencies": {
4141
"ts-loader": "^9.5.2",

package-lock.json

Lines changed: 4 additions & 3 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": "aws-otel-js-instrumentation",
3-
"version": "0.6.0-dev0",
3+
"version": "0.7.0",
44
"description": "This is a repository for AWS Distro of OpenTelemetry JavaScript SDK.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)