Skip to content

Commit

Permalink
chore: release 1.5.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 23, 2021
1 parent 73fec79 commit e81cc03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-memcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/googleapis/nodejs-memcache/compare/v1.4.7...v1.5.0) (2021-08-23)


### Features

* turns on self-signed JWT feature flag ([#147](https://github.com/googleapis/nodejs-memcache/issues/147)) ([2914811](https://github.com/googleapis/nodejs-memcache/commit/2914811e7094e157af785fb52fe7211d2f4073cb))

### [1.4.7](https://github.com/googleapis/nodejs-memcache/compare/v1.4.6...v1.4.7) (2021-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-memcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/memcache",
"version": "1.4.7",
"version": "1.5.0",
"description": "Memcache client for Node.js",
"repository": "googleapis/nodejs-memcache",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-memcache/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/memcache": "^1.4.7"
"@google-cloud/memcache": "^1.5.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit e81cc03

Please sign in to comment.