Skip to content

Commit

Permalink
chore(main): release 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 24, 2023
1 parent 81d9d5c commit 09ce3bd
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.3](https://github.com/googleapis/cloud-trace-nodejs/compare/v7.1.2...v7.1.3) (2023-03-24)


### Bug Fixes

* **deps:** Update dependency require-in-the-middle to v6 ([#1483](https://github.com/googleapis/cloud-trace-nodejs/issues/1483)) ([ddd4bbb](https://github.com/googleapis/cloud-trace-nodejs/commit/ddd4bbb765aaa698ace8ec35ae79331f930a6709))

## [7.1.2](https://github.com/googleapis/cloud-trace-nodejs/compare/v7.1.1...v7.1.2) (2022-09-08)


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.2",
"version": "7.1.3",
"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.2",
"@google-cloud/trace-agent": "^7.1.3",
"express": "^4.16.4",
"got": "^11.0.0"
},
Expand Down

0 comments on commit 09ce3bd

Please sign in to comment.