Skip to content

Commit

Permalink
chore(main): release 7.1.0 (#1463)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
release-please[bot] and sofisl committed Aug 10, 2022
1 parent c7f5ada commit 16d928f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **mysql:** update MySQL wrapper to propagate fields. ([#1412](https://github.com/googleapis/cloud-trace-nodejs/issues/1412)) ([1b92362](https://github.com/googleapis/cloud-trace-nodejs/commit/1b92362d9a9b42aca338cb12fe2d6658744c9211))

## [7.0.0](https://github.com/googleapis/cloud-trace-nodejs/compare/v6.0.0...v7.0.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.0.0",
"version": "7.1.0",
"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.0.0",
"@google-cloud/trace-agent": "^7.1.0",
"express": "^4.16.4",
"got": "^11.0.0"
},
Expand Down

0 comments on commit 16d928f

Please sign in to comment.