Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 10, 2025
1 parent f9b684e commit 0a5aee8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"packages/google-maps-routeoptimization": "0.3.0",
"packages/google-maps-fleetengine-delivery": "0.1.0",
"packages/google-streetview-publish": "0.1.0",
"packages/google-maps-fleetengine": "0.2.0",
"packages/google-maps-fleetengine": "0.3.0",
"packages/google-shopping-merchant-promotions": "0.1.0",
"packages/google-shopping-merchant-datasources": "0.2.0",
"packages/google-cloud-managedkafka": "0.2.0",
Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "f9b684e096530a5e92c69402bbda9128006776fa",
"message": "[fleetengine] add active_only field to ListMetricDescriptorsRequest",
"issues": [
"5938"
]
}
],
"version": "0.3.0",
"language": "JAVASCRIPT",
"artifactName": "@googlemaps/fleetengine",
"id": "7a982bbc-d73f-461c-968b-280b9df5125a",
"createTime": "2025-01-10T17:12:37.790Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -38356,5 +38373,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-12-18T01:19:17.855Z"
"updateTime": "2025-01-10T17:12:37.790Z"
}
7 changes: 7 additions & 0 deletions packages/google-maps-fleetengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/fleetengine-v0.2.0...fleetengine-v0.3.0) (2025-01-10)


### Features

* [fleetengine] add active_only field to ListMetricDescriptorsRequest ([#5938](https://github.com/googleapis/google-cloud-node/issues/5938)) ([f9b684e](https://github.com/googleapis/google-cloud-node/commit/f9b684e096530a5e92c69402bbda9128006776fa))

## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/fleetengine-v0.1.0...fleetengine-v0.2.0) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-fleetengine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/fleetengine",
"version": "0.2.0",
"version": "0.3.0",
"description": "Local Rides and Deliveries API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-fleetengine/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@googlemaps/fleetengine": "^0.2.0"
"@googlemaps/fleetengine": "^0.3.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit 0a5aee8

Please sign in to comment.