Skip to content

Commit 499bfe3

Browse files
chore(main): release 4.2.0 (#671)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e332a76 commit 499bfe3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.2.0](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.1.5...v4.2.0) (2022-11-04)
8+
9+
10+
### Features
11+
12+
* Add support for instrumentation version annotations ([#670](https://github.com/googleapis/nodejs-logging-bunyan/issues/670)) ([e332a76](https://github.com/googleapis/nodejs-logging-bunyan/commit/e332a7626dd637daab4e23b36ca7249684506501))
13+
714
## [4.1.5](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.1.4...v4.1.5) (2022-11-01)
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.5",
4+
"version": "4.2.0",
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.5",
18+
"@google-cloud/logging-bunyan": "^4.2.0",
1919
"bunyan": "^1.8.12",
2020
"express": "^4.16.3",
2121
"yargs": "^16.0.0"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
7373
/**
7474
* Default library version to be used if version retrieval fails
7575
*/
76-
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '1.0.0'; // {x-release-please-version}
76+
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.0'; // {x-release-please-version}
7777

7878
// The variable to hold cached library version
7979
let libraryVersion: string;

0 commit comments

Comments
 (0)