Skip to content

Commit

Permalink
chore(main): release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 19, 2024
1 parent 91237e0 commit 26c40e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [9.0.1](https://github.com/googleapis/nodejs-datastore/compare/v9.0.0...v9.0.1) (2024-06-19)


### Bug Fixes

* **deps:** Update dependency sinon to v18 ([#1250](https://github.com/googleapis/nodejs-datastore/issues/1250)) ([b7ff5c8](https://github.com/googleapis/nodejs-datastore/commit/b7ff5c86306f80d93f678a0638892c58a3b2088c))

## [9.0.0](https://github.com/googleapis/nodejs-datastore/compare/v8.7.0...v9.0.0) (2024-05-09)


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": "9.0.0",
"version": "9.0.1",
"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": "^9.0.0",
"@google-cloud/datastore": "^9.0.1",
"sinon": "^18.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 26c40e0

Please sign in to comment.