Skip to content

Commit

Permalink
Prepare release v1.2.0 (#125)
Browse files Browse the repository at this point in the history
* Increment library version

Signed-off-by: Levko Kravets <[email protected]>

* Upgrade mocha due to vulnerability in 10.0.0 (Regular Expression Denial of Service)

Signed-off-by: Levko Kravets <[email protected]>

* Fix spelling

Signed-off-by: Levko Kravets <[email protected]>

---------

Signed-off-by: Levko Kravets <[email protected]>
  • Loading branch information
kravets-levko authored Mar 21, 2023
1 parent cd71e56 commit eb11e53
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.x (Unreleased)

## 1.2.0

- Added Apache Arrow support (databricks/databricks-sql-nodejs#94)
- Auth provider is now configurable (databricks/databricks-sql-nodejs#120)

## 1.1.1

- Fix: patch needed for improved error handling wasn't applied when installing 1.1.0
Expand Down
32 changes: 9 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/sql",
"version": "1.1.1",
"version": "1.2.0",
"description": "Driver for connection to Databricks SQL via Thrift API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"mocha": "^10.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"sinon": "^14.0.0",
Expand Down

0 comments on commit eb11e53

Please sign in to comment.