Skip to content

Commit

Permalink
chore: release 5.1.6 (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 16, 2021
1 parent da8741b commit 3ba1c31
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

### [5.1.6](https://www.github.com/googleapis/cloud-trace-nodejs/compare/v5.1.5...v5.1.6) (2021-11-16)


### Bug Fixes

* Update README partials to mention how to use import ([#1400](https://www.github.com/googleapis/cloud-trace-nodejs/issues/1400)) ([da8741b](https://www.github.com/googleapis/cloud-trace-nodejs/commit/da8741b5168f8134d523fdcf7c83f1627bc4caf6))

### [5.1.5](https://www.github.com/googleapis/cloud-trace-nodejs/compare/v5.1.4...v5.1.5) (2021-08-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/trace-agent",
"version": "5.1.5",
"version": "5.1.6",
"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": "^5.1.5",
"@google-cloud/trace-agent": "^5.1.6",
"express": "^4.16.4",
"got": "^11.0.0"
},
Expand Down

0 comments on commit 3ba1c31

Please sign in to comment.