Skip to content

Commit 161ccd4

Browse files
chore: release main
1 parent 45834df commit 161ccd4

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.3.0",
2+
"packages/synthetics-sdk-api": "0.3.1",
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.3.1](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.3.0...synthetics-sdk-api-v0.3.1) (2023-10-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Fixes broken patch dependencies ([#59](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/59)) ([45834df](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/45834dfad0c494f1117465095e9c85929929915b))
9+
310
## [0.3.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.2.0...synthetics-sdk-api-v0.3.0) (2023-09-20)
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.3.0",
3+
"version": "0.3.1",
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)