From 6322cf91e1f5bd02b2c2cf5104805cad3597d7fc Mon Sep 17 00:00:00 2001 From: Dave Gramlich Date: Thu, 21 Mar 2019 14:41:28 -0400 Subject: [PATCH] Release v2.1.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc838d32..532973e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://www.npmjs.com/package/@google-cloud/bigquery?activeTab=versions +## v2.1.1 + +03-21-2019 11:40 PDT + +### Bug Fixes +- fix: correctly encode nested custom date/time parameters ([#393](https://github.com/googleapis/nodejs-bigquery/pull/393)) +- fix(job): check for `errorResult` when polling jobs ([#387](https://github.com/googleapis/nodejs-bigquery/pull/387)) + +### Documentation +- docs(samples): adds queryParamsNamed and queryParamsPositional ([#381](https://github.com/googleapis/nodejs-bigquery/pull/381)) +- refactor(samples): fix loadJSONFromGCSTruncate wrong function ([#386](https://github.com/googleapis/nodejs-bigquery/pull/386)) +- refactor(samples): split query and table samples into separate files ([#384](https://github.com/googleapis/nodejs-bigquery/pull/384)) + +### Internal / Testing Changes +- fix(tests): update TIMESTAMP param tests ([#394](https://github.com/googleapis/nodejs-bigquery/pull/394)) +- chore: publish to npm using wombat ([#390](https://github.com/googleapis/nodejs-bigquery/pull/390)) +- build: use per-repo npm publish token ([#382](https://github.com/googleapis/nodejs-bigquery/pull/382)) + ## v2.1.0 03-12-2019 15:30 PDT diff --git a/package.json b/package.json index 23700859..3b2d8c24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/bigquery", "description": "Google BigQuery Client Library for Node.js", - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0", "author": "Google LLC", "engines": { diff --git a/samples/package.json b/samples/package.json index 424c924c..b19ed589 100644 --- a/samples/package.json +++ b/samples/package.json @@ -15,7 +15,7 @@ "test": "mocha --timeout 60000" }, "dependencies": { - "@google-cloud/bigquery": "^2.1.0", + "@google-cloud/bigquery": "^2.1.1", "@google-cloud/storage": "^2.0.0", "yargs": "^13.0.0" },