Skip to content

Commit

Permalink
chore(main): release 8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 27, 2023
1 parent 3b2712b commit 9b704c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/@google-cloud/datastore?activeTab=versions

## [8.2.3](https://github.com/googleapis/nodejs-datastore/compare/v8.2.2...v8.2.3) (2023-10-27)


### Bug Fixes

* Change tests to use new filter and use gax warn for warning just once ([#1185](https://github.com/googleapis/nodejs-datastore/issues/1185)) ([532711b](https://github.com/googleapis/nodejs-datastore/commit/532711bfd19b1a12844b02fd314f1703be4b0125))
* **deps:** Update dependency sinon to v17 ([#1183](https://github.com/googleapis/nodejs-datastore/issues/1183)) ([52adb5e](https://github.com/googleapis/nodejs-datastore/commit/52adb5e13ddc123c2bed33df76be76760d33c06e))

## [8.2.2](https://github.com/googleapis/nodejs-datastore/compare/v8.2.1...v8.2.2) (2023-10-17)


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/datastore",
"version": "8.2.2",
"version": "8.2.3",
"description": "Cloud Datastore 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=600000"
},
"dependencies": {
"@google-cloud/datastore": "^8.2.2",
"@google-cloud/datastore": "^8.2.3",
"sinon": "^17.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9b704c8

Please sign in to comment.