Skip to content

Commit

Permalink
chore(main): release 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 15, 2024
1 parent a8c950d commit ce57f29
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
[1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions


## [11.2.0](https://github.com/googleapis/nodejs-logging/compare/v11.1.0...v11.2.0) (2024-07-15)


### Features

* Open telemetry integration and span Id fix for nodejs logging library ([#1497](https://github.com/googleapis/nodejs-logging/issues/1497)) ([91577e0](https://github.com/googleapis/nodejs-logging/commit/91577e0c46cefd1333bb3a69e62a50e0aab74615))

## [11.1.0](https://github.com/googleapis/nodejs-logging/compare/v11.0.0...v11.1.0) (2024-05-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/logging",
"version": "11.1.0",
"version": "11.2.0",
"description": "Cloud Logging Client Library for Node.js",
"keywords": [
"google apis client",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 60000"
},
"dependencies": {
"@google-cloud/logging": "^11.1.0",
"@google-cloud/logging": "^11.2.0",
"@google-cloud/storage": "^6.0.0",
"express": "^4.16.3",
"fluent-logger": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const NODEJS_LIBRARY_NAME_PREFIX = 'nodejs';
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
*/
export const NODEJS_DEFAULT_LIBRARY_VERSION = '11.1.0'; // {x-release-please-version}
export const NODEJS_DEFAULT_LIBRARY_VERSION = '11.2.0'; // {x-release-please-version}
export const MAX_INSTRUMENTATION_COUNT = 3;
export type InstrumentationInfo = {name: string; version: string};

Expand Down

0 comments on commit ce57f29

Please sign in to comment.