Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit ff29e23

Browse files
chore(main): release 3.1.0 (#573)
🤖 I have created a release *beep* *boop* --- ## [3.1.0](v3.0.0...v3.1.0) (2022-06-30) ### Features * support regapic LRO ([#572](#572)) ([5b30a33](5b30a33)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5b30a33 commit ff29e23

5 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [3.1.0](https://github.com/googleapis/nodejs-redis/compare/v3.0.0...v3.1.0) (2022-06-30)
8+
9+
10+
### Features
11+
12+
* support regapic LRO ([#572](https://github.com/googleapis/nodejs-redis/issues/572)) ([5b30a33](https://github.com/googleapis/nodejs-redis/commit/5b30a33745a72257596f9a612dcd1c9db3263d03))
13+
714
## [3.0.0](https://github.com/googleapis/nodejs-redis/compare/v2.4.0...v3.0.0) (2022-05-17)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/redis",
33
"description": "Google Cloud Memorystore for Redis API client for Node.js",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/generated/v1/snippet_metadata.google.cloud.redis.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-redis",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1beta1/snippet_metadata.google.cloud.redis.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-redis",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "c8 mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/redis": "^3.0.0"
14+
"@google-cloud/redis": "^3.1.0"
1515
},
1616
"devDependencies": {
1717
"c8": "^7.0.0",

0 commit comments

Comments
 (0)