Skip to content

Commit f2d9c8a

Browse files
committed
0.5.0
1 parent abca693 commit f2d9c8a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [0.5.0] - 2022-12-26
10+
911
### Added
1012
- Add support for importing NDJSON rows
1113
- Add Keep-Alive http agent
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4648
- Validate API tokens
4749
- Validate and sanitize SQL queries
4850

49-
[Unreleased]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.4.0...HEAD
51+
[Unreleased]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.5.0...HEAD
52+
[0.5.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.4.0...0.5.0
5053
[0.4.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.3.0...0.4.0
5154
[0.3.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.2.0...0.3.0
5255
[0.2.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.1.0...0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinybird-sdk",
3-
"version": "0.5.0-SNAPSHOT",
3+
"version": "0.5.0",
44
"description": "Tinybird Node.js SDK",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)