Skip to content

Commit 9d8ff4a

Browse files
authored
Release v2.2.1 (#455)
1 parent 035e126 commit 9d8ff4a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## v2.2.1
8+
9+
11-28-2018 10:43 PST
10+
11+
12+
### Implementation Changes
13+
- Update package.json to include the build directory ([#454](https://github.com/googleapis/nodejs-spanner/pull/454))
14+
715
## v2.2.0
816

917
11-27-2018 09:13 PST

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/spanner",
33
"description": "Cloud Spanner Client Library for Node.js",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "mocha system-test/*.js --timeout 600000"
1313
},
1414
"dependencies": {
15-
"@google-cloud/spanner": "^2.2.0",
15+
"@google-cloud/spanner": "^2.2.1",
1616
"yargs": "^12.0.1"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)