Skip to content

Commit c6b7857

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

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.1",
2+
"packages/synthetics-sdk-api": "0.4.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.4.0](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/compare/synthetics-sdk-api-v0.3.1...synthetics-sdk-api-v0.4.0) (2023-10-13)
4+
5+
6+
### Features
7+
8+
* Makes execution id accessible in the user's code ([#58](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/issues/58)) ([78b2162](https://github.com/GoogleCloudPlatform/synthetics-sdk-nodejs/commit/78b216235b9671c47b4c943a2bec0f007f95faff))
9+
310
## [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)
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.1",
3+
"version": "0.4.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)