Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/synthetics-sdk-api": "0.5.0",
"packages/synthetics-sdk-api": "0.5.1",
"packages/synthetics-sdk-mocha": "0.1.1",
"packages/synthetics-sdk-broken-links": "0.1.2"
}
7 changes: 7 additions & 0 deletions packages/synthetics-sdk-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Bug Fixes

* Trivial change to trigger api release please ([ae59117](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/ae591175e66db527a6c37421d1147626a5e162a8))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/synthetics-sdk-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/synthetics-sdk-api",
"version": "0.5.0",
"version": "0.5.1",
"description": "NodeJS distribution of the API Specification that must be complied with for integrating with Google Cloud Monitoring Synthetics",
"repository": "GoogleCloudPlatform/synthetics-sdk-nodejs",
"main": "build/src/index.js",
Expand Down