Skip to content

Commit

Permalink
chore(release): 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 29, 2024
1 parent 54ccc50 commit 4114cee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1](https://github.com/firebolt-db/firebolt-node-sdk/compare/v1.7.0...v1.7.1) (2024-08-29)


### Bug Fixes

* FIR-36189 nest js script stuck when running a query with limit 58 and above ([#115](https://github.com/firebolt-db/firebolt-node-sdk/issues/115)) ([54ccc50](https://github.com/firebolt-db/firebolt-node-sdk/commit/54ccc50d2a8e5bfdc5e3b6b716abd0f20485a617))

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


Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "1.7.1",
"description": "Official firebolt Node.JS sdk",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down

0 comments on commit 4114cee

Please sign in to comment.