Skip to content

Commit c6ec13b

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.1.2 (#185)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent 67a4983 commit c6ec13b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-redis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
### [1.1.2](https://www.github.com/googleapis/nodejs-redis/compare/v1.1.1...v1.1.2) (2019-06-14)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** move to new client docs URL ([#184](https://www.github.com/googleapis/nodejs-redis/issues/184)) ([0ccd9d8](https://www.github.com/googleapis/nodejs-redis/commit/0ccd9d8))
13+
714
### [1.1.1](https://www.github.com/googleapis/nodejs-redis/compare/v1.1.0...v1.1.1) (2019-06-11)
815

916

packages/google-cloud-redis/package.json

Lines changed: 1 addition & 1 deletion
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": "1.1.1",
4+
"version": "1.1.2",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-redis/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/redis": "^1.1.1"
14+
"@google-cloud/redis": "^1.1.2"
1515
},
1616
"devDependencies": {
1717
"mocha": "^6.0.0"

0 commit comments

Comments
 (0)