File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
Please check our [ developers guide] ( https://gitlab.com/tokend/developers-guide )
8
8
for further information about branching and tagging conventions.
9
9
10
+ ## [ 1.5.0-rc.1] - 2019-04-19
11
+ ### Added
12
+ - ` getRaw ` method & ` networkDetails ` getter to API caller
13
+
10
14
## [ 1.5.0-rc.0] - 2019-04-19
11
15
### Added
12
16
- ` BLOB_TYPES ` constant
13
- - ` getRaw ` method & ` networkDetails ` getter to API caller
14
17
15
18
## [ 1.4.4] - 2019-04-15
16
19
### Fixed
@@ -60,7 +63,8 @@ for further information about branching and tagging conventions.
60
63
61
64
## [ 1.3.0] - 2019-03-01
62
65
63
- [ Unreleased ] : https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.0...HEAD
66
+ [ Unreleased ] : https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.1...HEAD
67
+ [ 1.5.0-rc.1 ] : https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.0...1.5.0-rc.1
64
68
[ 1.5.0-rc.0 ] : https://github.com/tokend/new-js-sdk/compare/1.4.4...1.5.0-rc.0
65
69
[ 1.4.4 ] : https://github.com/tokend/new-js-sdk/compare/1.4.3...1.4.4
66
70
[ 1.4.3 ] : https://github.com/tokend/new-js-sdk/compare/1.4.2...1.4.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tokend/js-sdk" ,
3
- "version" : " 1.5.0-rc.0 " ,
3
+ "version" : " 1.5.0-rc.1 " ,
4
4
"description" : " js-sdk is a client-side SDK for TokenD asset tokenization platform." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments