Skip to content

Commit 62f1792

Browse files
chore(main): release 5.0.0 (#708)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e2299d6 commit 62f1792

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

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

7+
## [5.0.0](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.2...v5.0.0) (2023-08-10)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade to Node 14 ([#705](https://github.com/googleapis/nodejs-logging-bunyan/issues/705))
13+
14+
### Miscellaneous Chores
15+
16+
* Upgrade to Node 14 ([#705](https://github.com/googleapis/nodejs-logging-bunyan/issues/705)) ([e2299d6](https://github.com/googleapis/nodejs-logging-bunyan/commit/e2299d66ec80a8d5b5c9f15c36b071771e28f9b9))
17+
718
## [4.2.2](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.1...v4.2.2) (2022-12-02)
819

920

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.2.2",
4+
"version": "5.0.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.2.2",
18+
"@google-cloud/logging-bunyan": "^5.0.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
@@ -74,7 +74,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
7474
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
7575
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
7676
*/
77-
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.2'; // {x-release-please-version}
77+
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.0.0'; // {x-release-please-version}
7878

7979
/**
8080
* Gets the current fully qualified trace ID when available from the

0 commit comments

Comments
 (0)