Skip to content

Commit e6f108d

Browse files
authored
Merge pull request #185 from tokend/release/1.15.0
Release 1.15.0
2 parents 71238c9 + e0818eb commit e6f108d

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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.15.0] - 2023-03-25
11+
#### Notes
12+
- Stable release of version 1.15.0 with no additional changes since 1.15.0-rc.1
13+
1014
## [1.15.0-rc.1] - 2022-10-13
1115
#### Added
1216
- `UpdateDataOwnerBuilder`
@@ -471,7 +475,7 @@ for further information about branching and tagging conventions.
471475

472476
## [1.3.0] - 2019-03-01
473477

474-
[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.15.0-rc.1...HEAD
478+
[1.15.0]: https://github.com/tokend/new-js-sdk/compare/1.15.0-rc.1...1.15.0
475479
[1.15.0-rc.1]: https://github.com/tokend/new-js-sdk/compare/1.15.0-rc.0...1.15.0-rc.1
476480
[1.15.0-rc.0]: https://github.com/tokend/new-js-sdk/compare/1.14.4...1.15.0-rc.0
477481
[1.14.4]: https://github.com/tokend/new-js-sdk/compare/1.14.3...1.14.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.15.0-rc.1",
3+
"version": "1.15.0",
44
"description": "js-sdk is a client-side SDK for TokenD asset tokenization platform.",
55
"main": "lib/index.js",
66
"scripts": {

src/base/generated/xdr_generated.js

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
// revision: 60b9137b0314ab92bd02419c3751c578e6e005e8
1+
// revision: 3.8.0
22
// branch: master
3-
// Automatically generated on 2022-10-04T11:45:32+00:00
4-
3+
// Automatically generated on 2023-03-25T13:11:01+00:00
54
// DO NOT EDIT or your changes may be overwritten
65

76
/* jshint maxstatements:2147483647 */
@@ -20858,7 +20857,6 @@ xdr.union("AccountRuleResource", {
2085820857
// UPDATE = 23,
2085920858
// UPDATE_FOR_OTHER = 24,
2086020859
// CUSTOM = 25,
20861-
// TRANSFER_OWNERSHIP = 26
2086220860
// TRANSFER_OWNERSHIP = 26,
2086320861
// LP_ADD_LIQUIDITY = 27,
2086420862
// LP_REMOVE_LIQUIDITY = 28,
@@ -21508,7 +21506,6 @@ xdr.union("SignerRuleResource", {
2150821506
// EXCHANGE = 20,
2150921507
// UPDATE_FOR_OTHER = 21,
2151021508
// CUSTOM = 22,
21511-
// TRANSFER_OWNERSHIP = 23
2151221509
// TRANSFER_OWNERSHIP = 23,
2151321510
// LP_ADD_LIQUIDITY = 24,
2151421511
// LP_REMOVE_LIQUIDITY = 25,
@@ -24320,7 +24317,8 @@ xdr.struct("TransactionResult", [
2432024317
// FIX_CHANGE_ROLE_REQUEST_REQUESTOR = 31,
2432124318
// FIX_UNORDERED_FEE_DESTINATION = 32,
2432224319
// ADD_DEFAULT_FEE_RECEIVER_BALANCE_KV = 33,
24323-
// DELETE_REDEMPTION_ZERO_TASKS_CHECKING = 34
24320+
// DELETE_REDEMPTION_ZERO_TASKS_CHECKING = 34,
24321+
// FIX_DATA_OWNERSHIP_TRANSFER_OWNER_CHECK = 35
2432424322
// };
2432524323
//
2432624324
// ===========================================================================
@@ -24360,6 +24358,7 @@ xdr.enum("LedgerVersion", {
2436024358
fixUnorderedFeeDestination: 32,
2436124359
addDefaultFeeReceiverBalanceKv: 33,
2436224360
deleteRedemptionZeroTasksChecking: 34,
24361+
fixDataOwnershipTransferOwnerCheck: 35,
2436324362
});
2436424363

2436524364
// === xdr source ============================================================
@@ -24809,7 +24808,6 @@ xdr.struct("Fee", [
2480924808
// CANCEL_CLOSE_DEFERRED_PAYMENT_REQUEST = 69,
2481024809
// UPDATE_DATA_OWNER = 70,
2481124810
// CREATE_DATA_OWNER_UPDATE_REQUEST = 71,
24812-
// CANCEL_DATA_OWNER_UPDATE_REQUEST = 72
2481324811
// CANCEL_DATA_OWNER_UPDATE_REQUEST = 72,
2481424812
// LP_SWAP = 73,
2481524813
// LP_ADD_LIQUIDITY = 74,

0 commit comments

Comments
 (0)