diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d983ae2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,87 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +### [v7.0.0](https://github.com/fireblocks/ts-sdk/compare/v6.0.0...v7.0.0) + +> 8 January 2025 + +- Generated SDK #8699 [`#116`](https://github.com/fireblocks/ts-sdk/pull/116) + +### [v6.0.0](https://github.com/fireblocks/ts-sdk/compare/v5.0.0...v6.0.0) + +> 5 December 2024 + +- Generated SDK #1430 [`#111`](https://github.com/fireblocks/ts-sdk/pull/111) + +### [v5.0.0](https://github.com/fireblocks/ts-sdk/compare/v4.0.0...v5.0.0) + +> 31 October 2024 + +- Generated SDK #5184 [`#109`](https://github.com/fireblocks/ts-sdk/pull/109) + +### [v4.0.0](https://github.com/fireblocks/ts-sdk/compare/v3.1.0...v4.0.0) + +> 17 September 2024 + +- Generated SDK #237 [`#107`](https://github.com/fireblocks/ts-sdk/pull/107) + +#### [v3.1.0](https://github.com/fireblocks/ts-sdk/compare/v3.0.0...v3.1.0) + +> 25 July 2024 + +- Generated SDK #6749 [`#102`](https://github.com/fireblocks/ts-sdk/pull/102) + +### [v3.0.0](https://github.com/fireblocks/ts-sdk/compare/v2.1.0...v3.0.0) + +> 17 July 2024 + +- Generated SDK #6152 [`#90`](https://github.com/fireblocks/ts-sdk/pull/90) +- Generated SDK #2589 [`#86`](https://github.com/fireblocks/ts-sdk/pull/86) +- Generated SDK #7882 [`#85`](https://github.com/fireblocks/ts-sdk/pull/85) +- Generated SDK #8418 [`#84`](https://github.com/fireblocks/ts-sdk/pull/84) +- Generated SDK #3524 [`#83`](https://github.com/fireblocks/ts-sdk/pull/83) +- Generated SDK #7984 [`#82`](https://github.com/fireblocks/ts-sdk/pull/82) +- Generated SDK #2873 [`#81`](https://github.com/fireblocks/ts-sdk/pull/81) + +#### [v2.1.0](https://github.com/fireblocks/ts-sdk/compare/v2.0.0...v2.1.0) + +> 4 June 2024 + +- Generated SDK for version COR-46191/fix_pipelines [`#44`](https://github.com/fireblocks/ts-sdk/pull/44) + +### [v2.0.0](https://github.com/fireblocks/ts-sdk/compare/v1.1.0...v2.0.0) + +> 8 May 2024 + +- feat: add tokenization api [`#35`](https://github.com/fireblocks/ts-sdk/pull/35) + +#### [v1.1.0](https://github.com/fireblocks/ts-sdk/compare/v1.0.1...v1.1.0) + +> 17 April 2024 + +- feat: adding consigners beta api [`#34`](https://github.com/fireblocks/ts-sdk/pull/34) +- fix: modify error message when secretKey missing and fix readme doc [`#33`](https://github.com/fireblocks/ts-sdk/pull/33) + +#### [v1.0.1](https://github.com/fireblocks/ts-sdk/compare/v1.0.0...v1.0.1) + +> 7 April 2024 + +- Generated SDK for version v1.0.1 [`#32`](https://github.com/fireblocks/ts-sdk/pull/32) + +#### v1.0.0 + +> 7 April 2024 + +- Generated SDK for version v1.0.0 GA [`#31`](https://github.com/fireblocks/ts-sdk/pull/31) +- add_license [`#30`](https://github.com/fireblocks/ts-sdk/pull/30) +- version_3_0_6_beta [`#29`](https://github.com/fireblocks/ts-sdk/pull/29) +- version_3_0_5_beta [`#27`](https://github.com/fireblocks/ts-sdk/pull/27) +- Version 3.0.4-beta [`#26`](https://github.com/fireblocks/ts-sdk/pull/26) +- Fireblocks api spec/generated/9818 [`#25`](https://github.com/fireblocks/ts-sdk/pull/25) +- Generated SDK for version 9817 [`#24`](https://github.com/fireblocks/ts-sdk/pull/24) +- Generated SDK for version master [`#23`](https://github.com/fireblocks/ts-sdk/pull/23) +- Added Idempotency & NCW headers support [`#22`](https://github.com/fireblocks/ts-sdk/pull/22) +- API SDK Improvments [`#21`](https://github.com/fireblocks/ts-sdk/pull/21) +- Update README.md [`#18`](https://github.com/fireblocks/ts-sdk/pull/18) +- Update README.md [`#17`](https://github.com/fireblocks/ts-sdk/pull/17) diff --git a/package-lock.json b/package-lock.json index 0392ca1..0bcf2ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fireblocks/ts-sdk", - "version": "0.0.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fireblocks/ts-sdk", - "version": "0.0.0", + "version": "7.0.0", "license": "MIT License", "dependencies": { "axios": "^1.6.7", diff --git a/package.json b/package.json index 985015d..976d9ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fireblocks/ts-sdk", - "version": "0.0.0", + "version": "7.0.0", "description": "OpenAPI client for @fireblocks/ts-sdk", "author": "Fireblocks SDK Generator", "repository": {