Skip to content

Commit 201b740

Browse files
chore: release main (#127)
* chore: release main * manual fix --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Adam Weidman <adamfweidman@google.com>
1 parent 48976a7 commit 201b740

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,5 +1,5 @@
11
{
22
"packages/synthetics-sdk-api": "0.6.0",
33
"packages/synthetics-sdk-mocha": "0.1.1",
4-
"packages/synthetics-sdk-broken-links": "0.2.0"
4+
"packages/synthetics-sdk-broken-links": "0.3.0"
55
}

packages/synthetics-sdk-broken-links/CHANGELOG.md

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

3+
## [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)
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+
* Add screenshot storage support to broken link checker ([#126](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/126)) ([48976a7](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/48976a7003847172e4798b2796238499fdc4fb0a))
10+
311
## [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)
412

513

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

0 commit comments

Comments
 (0)