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

Commit 2546112

Browse files
chore(main): release 11.0.0 (#1444)
* chore(main): release 11.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c294f5d commit 2546112

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
[1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions
66

77

8+
## [11.0.0](https://github.com/googleapis/nodejs-logging/compare/v10.5.0...v11.0.0) (2023-08-10)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* migrate to Node 14
14+
15+
### Miscellaneous Chores
16+
17+
* Migrate to Node 14 ([c294f5d](https://github.com/googleapis/nodejs-logging/commit/c294f5d439eea69826d9ba6cb66f00adaf428878))
18+
819
## [10.5.0](https://github.com/googleapis/nodejs-logging/compare/v10.4.1...v10.5.0) (2023-05-30)
920

1021

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/logging",
3-
"version": "10.5.0",
3+
"version": "11.0.0",
44
"description": "Cloud Logging Client Library for Node.js",
55
"keywords": [
66
"google apis client",

samples/generated/v2/snippet_metadata.google.logging.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-logging",
4-
"version": "10.5.0",
4+
"version": "11.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 60000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/logging": "^10.5.0",
17+
"@google-cloud/logging": "^11.0.0",
1818
"@google-cloud/storage": "^6.0.0",
1919
"express": "^4.16.3",
2020
"fluent-logger": "^3.0.0",

src/utils/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const NODEJS_LIBRARY_NAME_PREFIX = 'nodejs';
3939
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
4040
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
4141
*/
42-
export const NODEJS_DEFAULT_LIBRARY_VERSION = '10.5.0'; // {x-release-please-version}
42+
export const NODEJS_DEFAULT_LIBRARY_VERSION = '11.0.0'; // {x-release-please-version}
4343
export const MAX_INSTRUMENTATION_COUNT = 3;
4444
export type InstrumentationInfo = {name: string; version: string};
4545

0 commit comments

Comments
 (0)