Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 22, 2024
1 parent 3979631 commit 49b2194
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [1.7.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v1.6.0...v1.7.0) (2024-07-22)


### Features

* Fir 33388 cache account id and system engine url in node sdk ([#102](https://github.com/firebolt-db/firebolt-node-sdk/issues/102)) ([5bf24b1](https://github.com/firebolt-db/firebolt-node-sdk/commit/5bf24b1a6a2fa5199e7320de08892b3a1657b812))
* Fir 33645 replace i s databases with i s catalogs in drivers for node sdk ([#108](https://github.com/firebolt-db/firebolt-node-sdk/issues/108)) ([e84787a](https://github.com/firebolt-db/firebolt-node-sdk/commit/e84787a95a25af9a1a90a0df47abe0a94ac67c57))
* **FIR-33628:** Parsing composite error from response body ([#105](https://github.com/firebolt-db/firebolt-node-sdk/issues/105)) ([47eb762](https://github.com/firebolt-db/firebolt-node-sdk/commit/47eb762f5eb12f8644f357f7ba3af4f039604600))


### Bug Fixes

* **FIR-34534:** Properly parsing bigint ([#111](https://github.com/firebolt-db/firebolt-node-sdk/issues/111)) ([4ffd909](https://github.com/firebolt-db/firebolt-node-sdk/commit/4ffd9094d79fb310778e7e0d3abf624f18f52ab6))

## [1.6.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v1.5.0...v1.6.0) (2024-06-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebolt-sdk",
"version": "1.6.0",
"version": "1.7.0",
"description": "Official firebolt Node.JS sdk",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down

0 comments on commit 49b2194

Please sign in to comment.