Skip to content

Commit 19e3b81

Browse files
committedJun 22, 2019
1.8.0
1 parent f32daca commit 19e3b81

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.8.0] - 2019-06-22
11+
1012
## [1.8.0-rc.1] - 2019-06-17
1113
#### Added
1214
- `isEmptyBodyAllowed` flag for api-caller `_call` method
@@ -174,7 +176,8 @@ for further information about branching and tagging conventions.
174176

175177
## [1.3.0] - 2019-03-01
176178

177-
[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.8.0-rc.1...HEAD
179+
[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.8.0...HEAD
180+
[1.8.0]: https://github.com/tokend/new-js-sdk/compare/1.8.0-rc.1...1.8.0
178181
[1.8.0-rc.1]: https://github.com/tokend/new-js-sdk/compare/1.8.0-rc.0...1.8.0-rc.1
179182
[1.8.0-rc.0]: https://github.com/tokend/new-js-sdk/compare/1.7.0...1.8.0-rc.0
180183
[1.7.0]: https://github.com/tokend/new-js-sdk/compare/1.7.0-rc.2...1.7.0

‎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.8.0-rc.1",
3+
"version": "1.8.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.