Skip to content

Commit a57a02d

Browse files
committed
1.5.0-rc.1
1 parent ad61cb4 commit a57a02d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
88
for further information about branching and tagging conventions.
99

10+
## [1.5.0-rc.1] - 2019-04-19
11+
### Added
12+
- `getRaw` method & `networkDetails` getter to API caller
13+
1014
## [1.5.0-rc.0] - 2019-04-19
1115
### Added
1216
- `BLOB_TYPES` constant
13-
- `getRaw` method & `networkDetails` getter to API caller
1417

1518
## [1.4.4] - 2019-04-15
1619
### Fixed
@@ -60,7 +63,8 @@ for further information about branching and tagging conventions.
6063

6164
## [1.3.0] - 2019-03-01
6265

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
6468
[1.5.0-rc.0]: https://github.com/tokend/new-js-sdk/compare/1.4.4...1.5.0-rc.0
6569
[1.4.4]: https://github.com/tokend/new-js-sdk/compare/1.4.3...1.4.4
6670
[1.4.3]: https://github.com/tokend/new-js-sdk/compare/1.4.2...1.4.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokend/js-sdk",
3-
"version": "1.5.0-rc.0",
3+
"version": "1.5.0-rc.1",
44
"description": "js-sdk is a client-side SDK for TokenD asset tokenization platform.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)