Skip to content

Commit

Permalink
Merge pull request #185 from tokend/release/1.15.0
Browse files Browse the repository at this point in the history
Release 1.15.0
  • Loading branch information
Volendi authored Mar 25, 2023
2 parents 71238c9 + e0818eb commit e6f108d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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.15.0] - 2023-03-25
#### Notes
- Stable release of version 1.15.0 with no additional changes since 1.15.0-rc.1

## [1.15.0-rc.1] - 2022-10-13
#### Added
- `UpdateDataOwnerBuilder`
Expand Down Expand Up @@ -471,7 +475,7 @@ for further information about branching and tagging conventions.

## [1.3.0] - 2019-03-01

[Unreleased]: https://github.com/tokend/new-js-sdk/compare/1.15.0-rc.1...HEAD
[1.15.0]: https://github.com/tokend/new-js-sdk/compare/1.15.0-rc.1...1.15.0
[1.15.0-rc.1]: https://github.com/tokend/new-js-sdk/compare/1.15.0-rc.0...1.15.0-rc.1
[1.15.0-rc.0]: https://github.com/tokend/new-js-sdk/compare/1.14.4...1.15.0-rc.0
[1.14.4]: https://github.com/tokend/new-js-sdk/compare/1.14.3...1.14.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.15.0-rc.1",
"version": "1.15.0",
"description": "js-sdk is a client-side SDK for TokenD asset tokenization platform.",
"main": "lib/index.js",
"scripts": {
Expand Down
12 changes: 5 additions & 7 deletions src/base/generated/xdr_generated.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// revision: 60b9137b0314ab92bd02419c3751c578e6e005e8
// revision: 3.8.0
// branch: master
// Automatically generated on 2022-10-04T11:45:32+00:00

// Automatically generated on 2023-03-25T13:11:01+00:00
// DO NOT EDIT or your changes may be overwritten

/* jshint maxstatements:2147483647 */
Expand Down Expand Up @@ -20858,7 +20857,6 @@ xdr.union("AccountRuleResource", {
// UPDATE = 23,
// UPDATE_FOR_OTHER = 24,
// CUSTOM = 25,
// TRANSFER_OWNERSHIP = 26
// TRANSFER_OWNERSHIP = 26,
// LP_ADD_LIQUIDITY = 27,
// LP_REMOVE_LIQUIDITY = 28,
Expand Down Expand Up @@ -21508,7 +21506,6 @@ xdr.union("SignerRuleResource", {
// EXCHANGE = 20,
// UPDATE_FOR_OTHER = 21,
// CUSTOM = 22,
// TRANSFER_OWNERSHIP = 23
// TRANSFER_OWNERSHIP = 23,
// LP_ADD_LIQUIDITY = 24,
// LP_REMOVE_LIQUIDITY = 25,
Expand Down Expand Up @@ -24320,7 +24317,8 @@ xdr.struct("TransactionResult", [
// FIX_CHANGE_ROLE_REQUEST_REQUESTOR = 31,
// FIX_UNORDERED_FEE_DESTINATION = 32,
// ADD_DEFAULT_FEE_RECEIVER_BALANCE_KV = 33,
// DELETE_REDEMPTION_ZERO_TASKS_CHECKING = 34
// DELETE_REDEMPTION_ZERO_TASKS_CHECKING = 34,
// FIX_DATA_OWNERSHIP_TRANSFER_OWNER_CHECK = 35
// };
//
// ===========================================================================
Expand Down Expand Up @@ -24360,6 +24358,7 @@ xdr.enum("LedgerVersion", {
fixUnorderedFeeDestination: 32,
addDefaultFeeReceiverBalanceKv: 33,
deleteRedemptionZeroTasksChecking: 34,
fixDataOwnershipTransferOwnerCheck: 35,
});

// === xdr source ============================================================
Expand Down Expand Up @@ -24809,7 +24808,6 @@ xdr.struct("Fee", [
// CANCEL_CLOSE_DEFERRED_PAYMENT_REQUEST = 69,
// UPDATE_DATA_OWNER = 70,
// CREATE_DATA_OWNER_UPDATE_REQUEST = 71,
// CANCEL_DATA_OWNER_UPDATE_REQUEST = 72
// CANCEL_DATA_OWNER_UPDATE_REQUEST = 72,
// LP_SWAP = 73,
// LP_ADD_LIQUIDITY = 74,
Expand Down

0 comments on commit e6f108d

Please sign in to comment.