Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
chore(main): release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 5, 2023
1 parent c292200 commit 8a74560
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Node.js Agent for Google Cloud Debug ChangeLog

## [7.3.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.2.2...v7.3.0) (2023-06-05)


### Features

* Add stop function to allow shutting down the debug agent ([#1147](https://github.com/googleapis/cloud-debug-nodejs/issues/1147)) ([c292200](https://github.com/googleapis/cloud-debug-nodejs/commit/c292200ff83660d7f9c509af2c45c5e6a1565011))


### Bug Fixes

* Unblock compodoc page generation ([#1145](https://github.com/googleapis/cloud-debug-nodejs/issues/1145)) ([c5bbb4e](https://github.com/googleapis/cloud-debug-nodejs/commit/c5bbb4ead353614a548e1f962c9fdf3cc6ea9845))

## [7.2.2](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.2.1...v7.2.2) (2023-01-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/debug-agent",
"version": "7.2.2",
"version": "7.3.0",
"author": "Google Inc.",
"description": "Stackdriver Debug Agent for Node.js",
"main": "./build/src/index",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/debug-agent": "^7.2.2",
"@google-cloud/debug-agent": "^7.3.0",
"express": "4.18.2"
},
"devDependencies": {
Expand Down

0 comments on commit 8a74560

Please sign in to comment.