Skip to content

Commit e6a6357

Browse files
chore: release main (#78)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9d4d75c commit e6a6357

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,4 +1,4 @@
11
{
2-
"packages/synthetics-sdk-api": "0.4.1",
2+
"packages/synthetics-sdk-api": "0.5.0",
33
"packages/synthetics-sdk-mocha": "0.1.1"
44
}

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.5.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.4.1...synthetics-sdk-api-v0.5.0) (2023-11-01)
4+
5+
6+
### Features
7+
8+
* Add broken link api support ([#76](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/76)) ([9d4d75c](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/9d4d75c235a95cba528adfb89c553d5e50a9d256))
9+
310
## [0.4.1](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.4.0...synthetics-sdk-api-v0.4.1) (2023-10-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.4.1",
3+
"version": "0.5.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)