Skip to content

Commit 1e51e79

Browse files
chore(main): release 10.1.8 (#1330)
* chore(main): release 10.1.8 * 🦉 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 057431b commit 1e51e79

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.1.8](https://github.com/googleapis/nodejs-logging/compare/v10.1.7...v10.1.8) (2022-09-03)
9+
10+
11+
### Bug Fixes
12+
13+
* Correction for timestamp and instrumentation record severity fields format ([#1328](https://github.com/googleapis/nodejs-logging/issues/1328)) ([057431b](https://github.com/googleapis/nodejs-logging/commit/057431bf7e0157eb6c448973248004b441c6cddb))
14+
815
## [10.1.7](https://github.com/googleapis/nodejs-logging/compare/v10.1.6...v10.1.7) (2022-09-02)
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.1.7",
3+
"version": "10.1.8",
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.1.7",
4+
"version": "10.1.8",
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.1.7",
17+
"@google-cloud/logging": "^10.1.8",
1818
"@google-cloud/storage": "^6.0.0",
1919
"express": "^4.16.3",
2020
"fluent-logger": "^3.0.0",

0 commit comments

Comments
 (0)