Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
chore(main): release 9.0.0 (#318)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [9.0.0](v8.0.2...v9.0.0) (2022-06-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#317)

### Bug Fixes

* **deps:** update dependency @google-cloud/datastore to v7 ([#321](#321)) ([b9e8df4](b9e8df4))


### Build System

* update library to use Node 12 ([#317](#317)) ([6faca97](6faca97))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jun 20, 2022
1 parent b9e8df4 commit 1dbbefb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## [9.0.0](https://github.com/googleapis/nodejs-datastore-kvstore/compare/v8.0.2...v9.0.0) (2022-06-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#317)

### Bug Fixes

* **deps:** update dependency @google-cloud/datastore to v7 ([#321](https://github.com/googleapis/nodejs-datastore-kvstore/issues/321)) ([b9e8df4](https://github.com/googleapis/nodejs-datastore-kvstore/commit/b9e8df457c32c6c780e97f24a1195b69e7e5e6e5))


### Build System

* update library to use Node 12 ([#317](https://github.com/googleapis/nodejs-datastore-kvstore/issues/317)) ([6faca97](https://github.com/googleapis/nodejs-datastore-kvstore/commit/6faca9700c2a096241287c45534f9a05e8f941b9))

### [8.0.2](https://www.github.com/googleapis/nodejs-datastore-kvstore/compare/v8.0.1...v8.0.2) (2021-08-25)


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": "8.0.2",
"version": "9.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": "^7.0.0",
"google-cloud-kvstore": "^8.0.2"
"google-cloud-kvstore": "^9.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 1dbbefb

Please sign in to comment.