Skip to content

Commit 4f3e03f

Browse files
author
GitHub Actions Bot
committed
chore(release): 1.2.0
1 parent 22f936f commit 4f3e03f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [1.2.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v1.1.0...v1.2.0) (2024-03-26)
6+
7+
8+
### Features
9+
10+
* Fir 30153 support use engine in node sdk ([#78](https://github.com/firebolt-db/firebolt-node-sdk/issues/78)) ([ca753db](https://github.com/firebolt-db/firebolt-node-sdk/commit/ca753dbbe5735e12d78a81a081696c1664369830))
11+
12+
13+
### Bug Fixes
14+
15+
* bytea formatting for new ff ([#80](https://github.com/firebolt-db/firebolt-node-sdk/issues/80)) ([22f936f](https://github.com/firebolt-db/firebolt-node-sdk/commit/22f936f02b6d7c55dcac9073635104b8003b2dea))
16+
* Fir 30653 update bytea formatting in node sdk ([#79](https://github.com/firebolt-db/firebolt-node-sdk/issues/79)) ([19cc266](https://github.com/firebolt-db/firebolt-node-sdk/commit/19cc2666dd57489512d91df8eb9b6915c7e65c09))
17+
518
## [1.1.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v0.2.5...v1.1.0) (2024-01-15)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebolt-sdk",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Official firebolt Node.JS sdk",
55
"main": "./build/src/index.js",
66
"types": "./build/src/index.d.ts",

0 commit comments

Comments
 (0)