Skip to content

Commit 18e3ae6

Browse files
committedApr 19, 2019
1.5.0
1 parent a57a02d commit 18e3ae6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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] - 2019-04-19
11+
1012
## [1.5.0-rc.1] - 2019-04-19
1113
### Added
1214
- `getRaw` method & `networkDetails` getter to API caller
@@ -63,7 +65,8 @@ for further information about branching and tagging conventions.
6365

6466
## [1.3.0] - 2019-03-01
6567

66-
[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.1...HEAD
68+
[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.5.0...HEAD
69+
[1.5.0]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.1...1.5.0
6770
[1.5.0-rc.1]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.0...1.5.0-rc.1
6871
[1.5.0-rc.0]: https://github.com/tokend/new-js-sdk/compare/1.4.4...1.5.0-rc.0
6972
[1.4.4]: https://github.com/tokend/new-js-sdk/compare/1.4.3...1.4.4

‎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.1",
3+
"version": "1.5.0",
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)
Please sign in to comment.