Skip to content

Commit

Permalink
chore(main): release 7.1.1 (#1469)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [7.1.1](v7.1.0...v7.1.1) (2022-08-29)


### Bug Fixes

* **pg:** Return patched promise instead of original ([#1470](#1470)) ([e79407e](e79407e))
* **redis:** Apply instrumentation only for Redis <4.0 ([b75f5d8](b75f5d8))
* remove pip install statements ([#1546](#1546)) ([#1468](#1468)) ([fbcc88c](fbcc88c))
* Remove unused type arg ([#1467](#1467)) ([ed422ed](ed422ed))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Aug 29, 2022
1 parent e79407e commit 0401255
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

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


### Bug Fixes

* **pg:** Return patched promise instead of original ([#1470](https://github.com/googleapis/cloud-trace-nodejs/issues/1470)) ([e79407e](https://github.com/googleapis/cloud-trace-nodejs/commit/e79407e2eae08ac26aa67058b1b2c9db278f2735))
* **redis:** Apply instrumentation only for Redis <4.0 ([b75f5d8](https://github.com/googleapis/cloud-trace-nodejs/commit/b75f5d81e9454ea90ea5b9c5c7576f809a88ff60))
* 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))
* Remove unused type arg ([#1467](https://github.com/googleapis/cloud-trace-nodejs/issues/1467)) ([ed422ed](https://github.com/googleapis/cloud-trace-nodejs/commit/ed422edac3de50551eadb791bc993356345d1647))

## [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
@@ -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
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 0401255

Please sign in to comment.