Skip to content

Commit 0b05c89

Browse files
author
GitHub Actions Bot
committed
chore(release): 1.1.0
1 parent fca3847 commit 0b05c89

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v0.2.5...v1.1.0) (2024-01-15)
6+
7+
8+
### Features
9+
10+
* new identity support ([#43](https://github.com/firebolt-db/firebolt-node-sdk/issues/43)) ([a742cd6](https://github.com/firebolt-db/firebolt-node-sdk/commit/a742cd66fbcca9ef712ab07d43c5d9fbb1126119))
11+
* support create delete and attach database and engine ([#56](https://github.com/firebolt-db/firebolt-node-sdk/issues/56)) ([3bbc573](https://github.com/firebolt-db/firebolt-node-sdk/commit/3bbc5738507260a4e05e023903972b930e42f632))
12+
513
## [1.0.0](https://github.com/firebolt-db/firebolt-node-sdk/compare/v0.2.5...v1.0.0) (2023-11-08)
614

715

package-lock.json

Lines changed: 18 additions & 8 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.0.0",
3+
"version": "1.1.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)