Skip to content

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 Aug 23, 2022
1 parent fbcc88c commit 561f6f2
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 @@
# Changelog

## [7.1.1](https://github.com/googleapis/cloud-trace-nodejs/compare/v7.1.0...v7.1.1) (2022-08-23)


### Bug Fixes

* remove pip install statements ([#1546](https://github.com/googleapis/cloud-trace-nodejs/issues/1546)) ([#1468](https://github.com/googleapis/cloud-trace-nodejs/issues/1468)) ([fbcc88c](https://github.com/googleapis/cloud-trace-nodejs/commit/fbcc88c017d9a368e800bb070f33ff52cf4f0b99))

## [7.1.0](https://github.com/googleapis/cloud-trace-nodejs/compare/v7.0.0...v7.1.0) (2022-08-10)


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/trace-agent",
"version": "7.1.0",
"version": "7.1.1",
"description": "Node.js Support for StackDriver Trace",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/trace-agent": "^7.1.0",
"@google-cloud/trace-agent": "^7.1.1",
"express": "^4.16.4",
"got": "^11.0.0"
},
Expand Down

0 comments on commit 561f6f2

Please sign in to comment.