Skip to content

Commit 63d551c

Browse files
chore(main): release 4.1.3 (#659)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 226972e commit 63d551c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
66

7+
## [4.1.3](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.1.2...v4.1.3) (2022-10-10)
8+
9+
10+
### Bug Fixes
11+
12+
* Skip parent request entry on cloud run ([#658](https://github.com/googleapis/nodejs-logging-bunyan/issues/658)) ([226972e](https://github.com/googleapis/nodejs-logging-bunyan/commit/226972e12aec94936f4d0b00277cbff05971726e))
13+
714
## [4.1.2](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.1.1...v4.1.2) (2022-08-25)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/logging-bunyan",
33
"description": "Cloud Logging stream for Bunyan",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/logging-bunyan": "^4.1.2",
18+
"@google-cloud/logging-bunyan": "^4.1.3",
1919
"bunyan": "^1.8.12",
2020
"express": "^4.16.3",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)