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

Commit d6eb886

Browse files
chore(main): release 6.0.0 (#1079)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4bbcc10 commit d6eb886

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v5.2.9...v6.0.0) (2022-05-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Add ability to store breakpoint data in firebase realtime database (#1076)
9+
10+
### Features
11+
12+
* Add ability to store breakpoint data in firebase realtime database ([#1076](https://github.com/googleapis/cloud-debug-nodejs/issues/1076)) ([4bbcc10](https://github.com/googleapis/cloud-debug-nodejs/commit/4bbcc10b635920eb7a4b47e439756d11c3f4c8eb))
13+
314
### [5.2.9](https://github.com/googleapis/cloud-debug-nodejs/compare/v5.2.8...v5.2.9) (2022-05-12)
415

516

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": "5.2.9",
3+
"version": "6.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": "^5.2.9",
20+
"@google-cloud/debug-agent": "^6.0.0",
2121
"express": "4.18.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)