Skip to content

Commit

Permalink
chore(main): release 10.3.2 (#1381)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Dec 2, 2022
1 parent ca1f4fa commit 840754b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ permissionRules:
- team: jsteam
permission: push
- team: api-logging-partners
permission: push
permission: push

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


## [10.3.2](https://github.com/googleapis/nodejs-logging/compare/v10.3.1...v10.3.2) (2022-12-02)


### Bug Fixes

* 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))

## [10.3.1](https://github.com/googleapis/nodejs-logging/compare/v10.3.0...v10.3.1) (2022-11-07)


Expand Down
4 changes: 3 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
".prettierignore",
"CONTRIBUTING.md",
".github/auto-label.yaml",
".github/release-please.yml"
".github/release-please.yml",
".github/CODEOWNERS",
".github/sync-repo-settings.yaml"
]
)

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": "10.3.1",
"version": "10.3.2",
"description": "Cloud Logging Client Library for Node.js",
"keywords": [
"google apis client",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-logging",
"version": "10.3.1",
"version": "10.3.2",
"language": "TYPESCRIPT",
"apis": [
{
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": "^10.3.1",
"@google-cloud/logging": "^10.3.2",
"@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 = '10.3.1'; // {x-release-please-version}
export const NODEJS_DEFAULT_LIBRARY_VERSION = '10.3.2'; // {x-release-please-version}
export const MAX_INSTRUMENTATION_COUNT = 3;
export type InstrumentationInfo = {name: string; version: string};

Expand Down

0 comments on commit 840754b

Please sign in to comment.