From 87eac0ea821df03b281c22cc4872d9ff5c7101be Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:39:21 -0500 Subject: [PATCH] chore: release main (#97) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/synthetics-sdk-broken-links/CHANGELOG.md | 8 ++++++++ packages/synthetics-sdk-broken-links/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 packages/synthetics-sdk-broken-links/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8145946f..2f19eac1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/synthetics-sdk-api": "0.5.1", "packages/synthetics-sdk-mocha": "0.1.1", - "packages/synthetics-sdk-broken-links": "0.1.2" + "packages/synthetics-sdk-broken-links": "0.2.0" } diff --git a/packages/synthetics-sdk-broken-links/CHANGELOG.md b/packages/synthetics-sdk-broken-links/CHANGELOG.md new file mode 100644 index 00000000..2cc582fd --- /dev/null +++ b/packages/synthetics-sdk-broken-links/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-broken-links-v0.1.2...synthetics-sdk-broken-links-v0.2.0) (2024-01-29) + + +### Features + +* Add support through package to support users providing a `total_synthetic_timeout_millis` option ([#91](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/91)) ([9c06350](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/9c063501b2ff1ae95681e9ef1b57fb6f3d58e224)) diff --git a/packages/synthetics-sdk-broken-links/package.json b/packages/synthetics-sdk-broken-links/package.json index 1896e37a..a9d91322 100644 --- a/packages/synthetics-sdk-broken-links/package.json +++ b/packages/synthetics-sdk-broken-links/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/synthetics-sdk-broken-links", - "version": "0.1.2", + "version": "0.2.0", "description": "", "main": "./build/src/index.js", "repository": "GoogleCloudPlatform/synthetics-sdk-nodejs",