Skip to content

Commit 140d384

Browse files
chore(main): release 10.4.1 (#1415)
* chore(main): release 10.4.1 * 🦉 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 8eb6f03 commit 140d384

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

77

8+
## [10.4.1](https://github.com/googleapis/nodejs-logging/compare/v10.4.0...v10.4.1) (2023-04-28)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Bump `google-gax` to ^3.5.8 ([#1412](https://github.com/googleapis/nodejs-logging/issues/1412)) ([8eb6f03](https://github.com/googleapis/nodejs-logging/commit/8eb6f034c379fff01c3bcb2dacbbf764dd40c1d7))
14+
815
## [10.4.0](https://github.com/googleapis/nodejs-logging/compare/v10.3.3...v10.4.0) (2023-01-30)
916

1017

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.4.0",
3+
"version": "10.4.1",
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.4.0",
4+
"version": "10.4.1",
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.4.0",
17+
"@google-cloud/logging": "^10.4.1",
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.4.0'; // {x-release-please-version}
42+
export const NODEJS_DEFAULT_LIBRARY_VERSION = '10.4.1'; // {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)