diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28978958..1432c108 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/synthetics-sdk-api": "0.1.0", + "packages/synthetics-sdk-api": "0.2.0", "packages/synthetics-sdk-mocha": "0.1.1" } diff --git a/packages/synthetics-sdk-api/CHANGELOG.md b/packages/synthetics-sdk-api/CHANGELOG.md new file mode 100644 index 00000000..d4a013e5 --- /dev/null +++ b/packages/synthetics-sdk-api/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.1.0...synthetics-sdk-api-v0.2.0) (2023-08-30) + + +### Features + +* Adds the raw stack trace in the synthetic monitors response ([71e6afe](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/71e6afebc69a3f2f9ae31e8b683a5b43e89adfcd)) diff --git a/packages/synthetics-sdk-api/package.json b/packages/synthetics-sdk-api/package.json index e466e576..d4f27014 100644 --- a/packages/synthetics-sdk-api/package.json +++ b/packages/synthetics-sdk-api/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/synthetics-sdk-api", - "version": "0.1.0", + "version": "0.2.0", "description": "NodeJS distribution of the API Specification that must be complied with for integrating with Google Cloud Monitoring Synthetics", "repository": "GoogleCloudPlatform/synthetics-sdk-nodejs", "main": "build/src/index.js",