Skip to content

Commit 9731c31

Browse files
chore: release main (#131)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c3c21d7 commit 9731c31

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/synthetics-sdk-api": "0.6.0",
2+
"packages/synthetics-sdk-api": "0.7.0",
33
"packages/synthetics-sdk-mocha": "0.1.1",
4-
"packages/synthetics-sdk-broken-links": "0.3.0"
4+
"packages/synthetics-sdk-broken-links": "0.3.1"
55
}

packages/synthetics-sdk-api/CHANGELOG.md

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

3+
## [0.7.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.6.0...synthetics-sdk-api-v0.7.0) (2025-06-09)
4+
5+
6+
### Features
7+
8+
* Add screenshot storage support to broken link checker ([#123](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/123)) ([cd34e35](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/cd34e35da4d97d7af27caa4ebfe5fb7f95311aaa))
9+
10+
11+
### Bug Fixes
12+
13+
* **remove-ts-proto-and-upgrade-puppeteer:** Removes unnecessary ts-proto dependency and upgrade puppeteer ([#148](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/148)) ([c3c21d7](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/c3c21d7ad93de28eb442572e97781e0d68dd4efa))
14+
315
## [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)
416

517

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.6.0",
3+
"version": "0.7.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",

packages/synthetics-sdk-broken-links/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.3.1](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-broken-links-v0.3.0...synthetics-sdk-broken-links-v0.3.1) (2025-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **remove-ts-proto-and-upgrade-puppeteer:** Removes unnecessary ts-proto dependency and upgrade puppeteer ([#148](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/148)) ([c3c21d7](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/c3c21d7ad93de28eb442572e97781e0d68dd4efa))
9+
310
## [0.3.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-broken-links-v0.2.0...synthetics-sdk-broken-links-v0.3.0) (2024-04-19)
411

512

packages/synthetics-sdk-broken-links/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-broken-links",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"main": "./build/src/index.js",
66
"repository": "GoogleCloudPlatform/synthetics-sdk-nodejs",

0 commit comments

Comments
 (0)