Skip to content

Commit

Permalink
chore: release 9.6.0 (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 8, 2021
1 parent 9a2e91e commit f97a210
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions

## [9.6.0](https://www.github.com/googleapis/nodejs-logging/compare/v9.5.7...v9.6.0) (2021-09-08)


### Features

* turns on self-signed JWT feature flag ([#1140](https://www.github.com/googleapis/nodejs-logging/issues/1140)) ([dc15213](https://www.github.com/googleapis/nodejs-logging/commit/dc15213d0fa2c56c74bb1c22f38f105c7358dd38))


### Bug Fixes

* **build:** update branch to main ([#1152](https://www.github.com/googleapis/nodejs-logging/issues/1152)) ([9a2e91e](https://www.github.com/googleapis/nodejs-logging/commit/9a2e91ea5f78160c02949a8f2729219f8da7afcd))

### [9.5.7](https://www.github.com/googleapis/nodejs-logging/compare/v9.5.6...v9.5.7) (2021-09-02)


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": "9.5.7",
"version": "9.6.0",
"description": "Stackdriver 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": "^9.5.7",
"@google-cloud/logging": "^9.6.0",
"@google-cloud/storage": "^5.0.0",
"express": "^4.16.3",
"fluent-logger": "^3.0.0",
Expand Down

0 comments on commit f97a210

Please sign in to comment.