Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit c169544

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 4.1.1 (#1094)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 3ac0b90 commit c169544

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
Please consult the [GitHub Releases section of this repository](https://github.com/googleapis/cloud-trace-nodejs/releases) for a history of changes to the Trace Agent.
1+
# Changelog
2+
3+
### [4.1.1](https://www.github.com/googleapis/cloud-trace-nodejs/compare/v4.1.0...v4.1.1) (2019-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @opencensus/propagation-stackdriver to v0.0.16 ([#1079](https://www.github.com/googleapis/cloud-trace-nodejs/issues/1079)) ([e48dc54](https://www.github.com/googleapis/cloud-trace-nodejs/commit/e48dc54))
9+
* **docs:** standardize README and add repo metadata ([#1095](https://www.github.com/googleapis/cloud-trace-nodejs/issues/1095)) ([c24faa3](https://www.github.com/googleapis/cloud-trace-nodejs/commit/c24faa3))
10+
* force http and https clients to be patched ([#1084](https://www.github.com/googleapis/cloud-trace-nodejs/issues/1084)) ([3ac0b90](https://www.github.com/googleapis/cloud-trace-nodejs/commit/3ac0b90))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/trace-agent",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Node.js Support for StackDriver Trace",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "mocha"
1919
},
2020
"dependencies": {
21-
"@google-cloud/trace-agent": "^4.0.0",
21+
"@google-cloud/trace-agent": "^4.1.1",
2222
"express": "^4.16.4",
2323
"got": "^9.3.2"
2424
},

0 commit comments

Comments
 (0)