Skip to content

Commit

Permalink
Pre-release: Update version to 0.2.0 (#82)
Browse files Browse the repository at this point in the history
This PR updates the version to 0.2.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 <github-actions@github.com>
  • Loading branch information
aws-application-signals-bot and github-actions authored Oct 2, 2024
1 parent f3d5edb commit a75bfcb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
"version": "0.1.0-dev0",
"version": "0.2.0",
"description": "This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.",
"author": {
"name": "Amazon Web Services",
Expand Down
2 changes: 1 addition & 1 deletion docker-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
"version": "0.1.0-dev0",
"version": "0.2.0",
"private": true,
"scripts": {
"clean": "rimraf build/*",
Expand Down
6 changes: 3 additions & 3 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": "aws-otel-js-instrumentation",
"version": "0.1.0-dev0",
"version": "0.2.0",
"description": "This is a repository for AWS Distro of OpenTelemetry JavaScript SDK.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a75bfcb

Please sign in to comment.