diff --git a/sdk/test-utils/perf/CHANGELOG.md b/sdk/test-utils/perf/CHANGELOG.md index b918035cbf5a..2a7fa5afbe22 100644 --- a/sdk/test-utils/perf/CHANGELOG.md +++ b/sdk/test-utils/perf/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0 (2024-03-14) +## 1.0.0 (2024-03-20) This marks the initial release of the `@azure-tools/test-perf` library to npm, providing a robust test utility framework that assists with the performance testing of Azure SDKs for JS/TS. diff --git a/sdk/test-utils/perf/package.json b/sdk/test-utils/perf/package.json index c3eb360a700b..3e14d678c75f 100644 --- a/sdk/test-utils/perf/package.json +++ b/sdk/test-utils/perf/package.json @@ -56,7 +56,6 @@ }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/test-utils/perf/README.md", "sideEffects": false, - "private": true, "dependencies": { "@azure/abort-controller": "^2.0.0", "@azure/core-client": "^1.3.1",