Skip to content

Commit c7d6d33

Browse files
committed
0.2.0
1 parent 05dba36 commit c7d6d33

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
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.2.0] - 2022-06-20
10+
911
- Add `createDatasource`
1012
- Add `getAllDatasources`
1113
- Add `getDatasource`
@@ -25,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
- Validate API tokens
2628
- Validate and sanitize SQL queries
2729

28-
[Unreleased]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.1.0...HEAD
30+
[Unreleased]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.2.0...HEAD
31+
[0.2.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.1.0...0.2.0
2932
[0.1.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/tree/0.1.0
30-
<!-- [1.1.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/compare/1.0.0...1.1.0
31-
[1.0.0]: https://github.com/alejandromav/tinybird-nodejs-sdk/tree/1.0.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.2.0-SNAPSHOT",
3+
"version": "0.2.0",
44
"description": "Tinybird Node.js SDK",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)