google-cloud-bigquery
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -1,5 +0,12 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [0.4.3](https://github.com/nicolasdao/google-cloud-bigquery/compare/v0.4.2...v0.4.3) (2020-07-16) | ||
### Bug Fixes | ||
* Vulnerabilities ([46119a5](https://github.com/nicolasdao/google-cloud-bigquery/commit/46119a51c386ea1b3e1fbc00f37320d8b92c1dae)) | ||
<a name="0.4.2"></a> | ||
@@ -6,0 +13,0 @@ ## [0.4.2](https://github.com/nicolasdao/google-cloud-bigquery/compare/v0.4.1...v0.4.2) (2019-02-16) |
{ | ||
"name": "google-cloud-bigquery", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Node.js package to create BigQuery table from Google Cloud Storage or load data into Google Cloud BigQuery tables including automatically updating the tables' schema.", | ||
@@ -35,4 +35,4 @@ "main": "index.js", | ||
"eslint": "^4.19.1", | ||
"mocha": "^5.2.0", | ||
"standard-version": "^4.4.0" | ||
"mocha": "^8.0.1", | ||
"standard-version": "^8.0.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "dependencies": { |
80047