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 9.0.1 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 1, 2024
1 parent fc5e4e0 commit 10f202b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Node.js Agent for Google Cloud Debug ChangeLog

## [9.0.1](https://github.com/googleapis/cloud-debug-nodejs/compare/v9.0.0...v9.0.1) (2024-02-01)


### Bug Fixes

* Repair broken test on Node 20 ([#1193](https://github.com/googleapis/cloud-debug-nodejs/issues/1193)) ([a600ea8](https://github.com/googleapis/cloud-debug-nodejs/commit/a600ea8f7868a852d47ba485c0d49864339eb072))

## [9.0.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v8.0.0...v9.0.0) (2023-12-21)


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": "9.0.0",
"version": "9.0.1",
"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": "^9.0.0",
"@google-cloud/debug-agent": "^9.0.1",
"express": "4.18.2"
},
"devDependencies": {
Expand Down

0 comments on commit 10f202b

Please sign in to comment.