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

Commit 8bb6588

Browse files

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Node.js Agent for Google Cloud Debug ChangeLog
22

3+
## [9.0.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v8.0.0...v9.0.0) (2023-12-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to node 14 ([#1160](https://github.com/googleapis/cloud-debug-nodejs/issues/1160))
9+
10+
### Bug Fixes
11+
12+
* **deps:** Update dependency firebase-admin to v12 ([#1185](https://github.com/googleapis/cloud-debug-nodejs/issues/1185)) ([f757913](https://github.com/googleapis/cloud-debug-nodejs/commit/f7579138f9cb9f6a7d967bf7c57dbef5966259d8))
13+
* Increase capture limit to allow Windows tests to pass ([#1188](https://github.com/googleapis/cloud-debug-nodejs/issues/1188)) ([728b90e](https://github.com/googleapis/cloud-debug-nodejs/commit/728b90ebdd6f73081261019f3d4d2c4ce121bea6))
14+
* Remove unused second parameter ([#1161](https://github.com/googleapis/cloud-debug-nodejs/issues/1161)) ([f8815fc](https://github.com/googleapis/cloud-debug-nodejs/commit/f8815fce6b64c73e0357873cdf1b4b752887acb1))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* Upgrade to node 14 ([#1160](https://github.com/googleapis/cloud-debug-nodejs/issues/1160)) ([bd45473](https://github.com/googleapis/cloud-debug-nodejs/commit/bd45473bda6d9f87adcbc4752f773e99a3fbcf89))
20+
321
## [8.0.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.2.2...v8.0.0) (2023-06-06)
422

523

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/debug-agent",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"author": "Google Inc.",
55
"description": "Stackdriver Debug Agent for Node.js",
66
"main": "./build/src/index",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "mocha"
1818
},
1919
"dependencies": {
20-
"@google-cloud/debug-agent": "^8.0.0",
20+
"@google-cloud/debug-agent": "^9.0.0",
2121
"express": "4.18.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)