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 5.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 12, 2022
1 parent 4fcfd32 commit ca240dc
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

### [5.2.9](https://github.com/googleapis/cloud-debug-nodejs/compare/v5.2.8...v5.2.9) (2022-05-12)


### Bug Fixes

* **deps:** update dependency express to v4.18.1 ([#1054](https://github.com/googleapis/cloud-debug-nodejs/issues/1054)) ([4fcfd32](https://github.com/googleapis/cloud-debug-nodejs/commit/4fcfd32f3385d0f60b917bbb98c190340277d7cc))

### [5.2.8](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.2.7...v5.2.8) (2021-08-09)


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

0 comments on commit ca240dc

Please sign in to comment.