Skip to content

Commit 491fc60

Browse files
chore(main): release 4.1.2 (#650)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 857de69 commit 491fc60

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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

7+
## [4.1.2](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.1.1...v4.1.2) (2022-08-25)
8+
9+
10+
### Bug Fixes
11+
12+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-logging-bunyan/issues/1546)) ([#649](https://github.com/googleapis/nodejs-logging-bunyan/issues/649)) ([0fdd9ec](https://github.com/googleapis/nodejs-logging-bunyan/commit/0fdd9ec12ad76518e630d0f51f69e34a78b6e693))
13+
* Update latest logging-nodejs to repaire google-gax vulnerability ([#651](https://github.com/googleapis/nodejs-logging-bunyan/issues/651)) ([857de69](https://github.com/googleapis/nodejs-logging-bunyan/commit/857de693a20e142a16468a6cb352295acd1249a5))
14+
715
## [4.1.1](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.1.0...v4.1.1) (2022-07-18)
816

917

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.1",
4+
"version": "4.1.2",
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.1",
18+
"@google-cloud/logging-bunyan": "^4.1.2",
1919
"bunyan": "^1.8.12",
2020
"express": "^4.16.3",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)