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

chore(main): release 9.0.1 #1195

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading