Skip to content

Commit 01ddd22

Browse files
authored
Merge pull request #35 from GoogleCloudPlatform/release-please--branches--main
chore: release main
2 parents 48f24d9 + f9fee74 commit 01ddd22

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/synthetics-sdk-api": "0.1.0",
2+
"packages/synthetics-sdk-api": "0.2.0",
33
"packages/synthetics-sdk-mocha": "0.1.1"
44
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### Features
7+
8+
* Adds the raw stack trace in the synthetic monitors response ([71e6afe](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/71e6afebc69a3f2f9ae31e8b683a5b43e89adfcd))

packages/synthetics-sdk-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/synthetics-sdk-api",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "NodeJS distribution of the API Specification that must be complied with for integrating with Google Cloud Monitoring Synthetics",
55
"repository": "GoogleCloudPlatform/synthetics-sdk-nodejs",
66
"main": "build/src/index.js",

0 commit comments

Comments
 (0)