Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiburu committed Apr 19, 2019
1 parent a57a02d commit 18e3ae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
for further information about branching and tagging conventions.

## [1.5.0] - 2019-04-19

## [1.5.0-rc.1] - 2019-04-19
### Added
- `getRaw` method & `networkDetails` getter to API caller
Expand Down Expand Up @@ -63,7 +65,8 @@ for further information about branching and tagging conventions.

## [1.3.0] - 2019-03-01

[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.1...HEAD
[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.5.0...HEAD
[1.5.0]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.1...1.5.0
[1.5.0-rc.1]: https://github.com/tokend/new-js-sdk/compare/1.5.0-rc.0...1.5.0-rc.1
[1.5.0-rc.0]: https://github.com/tokend/new-js-sdk/compare/1.4.4...1.5.0-rc.0
[1.4.4]: https://github.com/tokend/new-js-sdk/compare/1.4.3...1.4.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokend/js-sdk",
"version": "1.5.0-rc.1",
"version": "1.5.0",
"description": "js-sdk is a client-side SDK for TokenD asset tokenization platform.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 18e3ae6

Please sign in to comment.