Skip to content

Commit 840754b

Browse files
release-please[bot]gcf-owl-bot[bot]losalex
authored
chore(main): release 10.3.2 (#1381)
* chore(main): release 10.3.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update owlbot.py * Update CODEOWNERS * Update sync-repo-settings.yaml 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> Co-authored-by: losalex <[email protected]>
1 parent ca1f4fa commit 840754b

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ permissionRules:
2323
- team: jsteam
2424
permission: push
2525
- team: api-logging-partners
26-
permission: push
26+
permission: push
27+

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.3.2](https://github.com/googleapis/nodejs-logging/compare/v10.3.1...v10.3.2) (2022-12-02)
9+
10+
11+
### Bug Fixes
12+
13+
* Add a partner team as approvers for PRs ([#1380](https://github.com/googleapis/nodejs-logging/issues/1380)) ([ca1f4fa](https://github.com/googleapis/nodejs-logging/commit/ca1f4fa30baa4f9786d6c112313c4fe06773524d))
14+
815
## [10.3.1](https://github.com/googleapis/nodejs-logging/compare/v10.3.0...v10.3.1) (2022-11-07)
916

1017

owlbot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
".prettierignore",
3030
"CONTRIBUTING.md",
3131
".github/auto-label.yaml",
32-
".github/release-please.yml"
32+
".github/release-please.yml",
33+
".github/CODEOWNERS",
34+
".github/sync-repo-settings.yaml"
3335
]
3436
)
3537

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