Skip to content

Commit 3f95cbe

Browse files
chore: release 1.2.0 (#31)
1 parent 129721e commit 3f95cbe

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/google-cloud-memcache/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/googleapis/nodejs-memcache/compare/v1.1.0...v1.2.0) (2020-06-28)
4+
5+
6+
### Features
7+
8+
* move ts target to es2018 from es2016 ([#30](https://www.github.com/googleapis/nodejs-memcache/issues/30)) ([086b37f](https://www.github.com/googleapis/nodejs-memcache/commit/086b37f5d49f26c137bcc0941d6ec80f7ceb17fb))
9+
10+
11+
### Bug Fixes
12+
13+
* proper fallback option handling ([7515a7e](https://www.github.com/googleapis/nodejs-memcache/commit/7515a7e680ee87f63e344eab63a74522f4cf1720))
14+
315
## [1.1.0](https://www.github.com/googleapis/nodejs-memcache/compare/v1.0.0...v1.1.0) (2020-06-04)
416

517

packages/google-cloud-memcache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/memcache",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Memcache client for Node.js",
55
"repository": "googleapis/nodejs-memcache",
66
"license": "Apache-2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/memcache": "^1.1.0"
16+
"@google-cloud/memcache": "^1.2.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.0.0",

0 commit comments

Comments
 (0)