Skip to content

Commit 3eba377

Browse files
chore: release main (#119)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent be413ac commit 3eba377

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/synthetics-sdk-api": "0.5.1",
2+
"packages/synthetics-sdk-api": "0.6.0",
33
"packages/synthetics-sdk-mocha": "0.1.1",
44
"packages/synthetics-sdk-broken-links": "0.2.0"
55
}

packages/synthetics-sdk-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.5.1...synthetics-sdk-api-v0.6.0) (2024-04-18)
4+
5+
6+
### Features
7+
8+
* Update proto to support broken link screenshot support & add getExecutionRegion() functionality ([#116](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/116)) ([be413ac](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/be413ace5d75eb2b143c606a997c0c577c7f21d3))
9+
310
## [0.5.1](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.5.0...synthetics-sdk-api-v0.5.1) (2024-01-24)
411

512

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.5.1",
3+
"version": "0.6.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)