Skip to content

Commit

Permalink
chore(main): release 10.0.0 (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 10, 2023
1 parent cb6544f commit 3238e26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [10.0.0](https://github.com/googleapis/nodejs-datastore-kvstore/compare/v9.0.1...v10.0.0) (2023-08-10)


### ⚠ BREAKING CHANGES

* upgrade to Node 14 ([#345](https://github.com/googleapis/nodejs-datastore-kvstore/issues/345))

### Miscellaneous Chores

* Upgrade to Node 14 ([#345](https://github.com/googleapis/nodejs-datastore-kvstore/issues/345)) ([cb6544f](https://github.com/googleapis/nodejs-datastore-kvstore/commit/cb6544fe40b56b1730cb09263e6216ecca9712ff))

## [9.0.1](https://github.com/googleapis/nodejs-datastore-kvstore/compare/v9.0.0...v9.0.1) (2022-08-23)


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-kvstore",
"version": "9.0.1",
"version": "10.0.0",
"description": "Use @google-cloud/datastore as a key-value store.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@google-cloud/datastore": "^8.0.0",
"google-cloud-kvstore": "^9.0.1"
"google-cloud-kvstore": "^10.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 3238e26

Please sign in to comment.