Skip to content

Commit afd9cae

Browse files
chore: release 1.0.0 (#6)
1 parent 9a4efa3 commit afd9cae

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2020-04-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* initial generation of library (#3)
9+
10+
### Features
11+
12+
* initial generation of library ([#3](https://www.github.com/googleapis/nodejs-memcache/issues/3)) ([a94f499](https://www.github.com/googleapis/nodejs-memcache/commit/a94f499651bc3f56032261c51a030c893c71d7c3))

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": "0.1.0",
3+
"version": "1.0.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": "^0.1.0"
16+
"@google-cloud/memcache": "^1.0.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.0.0",

0 commit comments

Comments
 (0)