diff --git a/apps/vendor-ccxt/CHANGELOG.json b/apps/vendor-ccxt/CHANGELOG.json index 3b7dabd5a..55c86bcce 100644 --- a/apps/vendor-ccxt/CHANGELOG.json +++ b/apps/vendor-ccxt/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@yuants/vendor-ccxt", "entries": [ + { + "version": "0.0.14", + "tag": "@yuants/vendor-ccxt_v0.0.14", + "date": "Fri, 23 Feb 2024 15:17:31 GMT", + "comments": { + "patch": [ + { + "comment": "feat(vendor-ccxt): auto update gsr & minor fixes" + } + ], + "none": [ + { + "comment": "Bump Version" + } + ] + } + }, { "version": "0.0.13", "tag": "@yuants/vendor-ccxt_v0.0.13", diff --git a/apps/vendor-ccxt/CHANGELOG.md b/apps/vendor-ccxt/CHANGELOG.md index 1cb344665..1497747cd 100644 --- a/apps/vendor-ccxt/CHANGELOG.md +++ b/apps/vendor-ccxt/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @yuants/vendor-ccxt -This log was last generated on Fri, 23 Feb 2024 09:55:57 GMT and should not be manually modified. +This log was last generated on Fri, 23 Feb 2024 15:17:31 GMT and should not be manually modified. + +## 0.0.14 +Fri, 23 Feb 2024 15:17:31 GMT + +### Patches + +- feat(vendor-ccxt): auto update gsr & minor fixes ## 0.0.13 Fri, 23 Feb 2024 09:55:57 GMT diff --git a/apps/vendor-ccxt/package.json b/apps/vendor-ccxt/package.json index 889c73cad..0eaff50d0 100644 --- a/apps/vendor-ccxt/package.json +++ b/apps/vendor-ccxt/package.json @@ -1,6 +1,6 @@ { "name": "@yuants/vendor-ccxt", - "version": "0.0.13", + "version": "0.0.14", "files": [ "dist/extension.bundle.js" ], diff --git a/common/changes/@yuants/vendor-ccxt/2024-02-23-13-37.json b/common/changes/@yuants/vendor-ccxt/2024-02-23-13-37.json deleted file mode 100644 index 1ce29e402..000000000 --- a/common/changes/@yuants/vendor-ccxt/2024-02-23-13-37.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@yuants/vendor-ccxt", - "comment": "feat(vendor-ccxt): auto update gsr & minor fixes", - "type": "patch" - } - ], - "packageName": "@yuants/vendor-ccxt" -} \ No newline at end of file diff --git a/common/changes/@yuants/vendor-ccxt/main_2024-02-23-09-56.json b/common/changes/@yuants/vendor-ccxt/main_2024-02-23-15-17.json similarity index 100% rename from common/changes/@yuants/vendor-ccxt/main_2024-02-23-09-56.json rename to common/changes/@yuants/vendor-ccxt/main_2024-02-23-15-17.json