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 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 17, 2022
1 parent b50b8a0 commit 112e933
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Node.js Agent for Google Cloud Debug ChangeLog

## [7.1.1](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.1.0...v7.1.1) (2022-11-17)


### Bug Fixes

* **deps:** Update dependency express to v4.18.2 ([#1110](https://github.com/googleapis/cloud-debug-nodejs/issues/1110)) ([b50b8a0](https://github.com/googleapis/cloud-debug-nodejs/commit/b50b8a078459b58be1b1dac4e8f921b2ec5960d2))
* Remove pip install statements ([#1546](https://github.com/googleapis/cloud-debug-nodejs/issues/1546)) ([#1101](https://github.com/googleapis/cloud-debug-nodejs/issues/1101)) ([fd2cd5a](https://github.com/googleapis/cloud-debug-nodejs/commit/fd2cd5ad39a007744d0c9349bbdf9b5e386cbaa7))

## [7.1.0](https://github.com/googleapis/cloud-debug-nodejs/compare/v7.0.0...v7.1.0) (2022-07-26)


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

0 comments on commit 112e933

Please sign in to comment.