diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 931fce1..acba45e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.10" + ".": "0.1.0-alpha.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bea470..a52e05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## 0.1.0-alpha.11 (2024-12-27) + +Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/layerswap/layerswap-sdk/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) + +### Features + +* **api:** api update ([#48](https://github.com/layerswap/layerswap-sdk/issues/48)) ([ed0966a](https://github.com/layerswap/layerswap-sdk/commit/ed0966a2a6beca0856af47ea3fe6a1cffe6c2ae0)) +* **api:** api update ([#50](https://github.com/layerswap/layerswap-sdk/issues/50)) ([18ae7ab](https://github.com/layerswap/layerswap-sdk/commit/18ae7ab86f32a446008d3be6b52317b3b74f22e2)) +* **api:** api update ([#62](https://github.com/layerswap/layerswap-sdk/issues/62)) ([374e463](https://github.com/layerswap/layerswap-sdk/commit/374e4633b0a2fd7ddbe87f711e1c0a9af98f5371)) +* **api:** api update ([#63](https://github.com/layerswap/layerswap-sdk/issues/63)) ([1aabb79](https://github.com/layerswap/layerswap-sdk/commit/1aabb796e08c92d8aff83328036436e6928f74fb)) +* **api:** api update ([#69](https://github.com/layerswap/layerswap-sdk/issues/69)) ([689ebbe](https://github.com/layerswap/layerswap-sdk/commit/689ebbea58012286954f6524256215c2c5800e13)) +* **internal:** make git install file structure match npm ([#57](https://github.com/layerswap/layerswap-sdk/issues/57)) ([ec1f35d](https://github.com/layerswap/layerswap-sdk/commit/ec1f35dfd716ab8699554512625abd9b05cb5925)) + + +### Bug Fixes + +* **client:** normalize method ([#67](https://github.com/layerswap/layerswap-sdk/issues/67)) ([9fb83da](https://github.com/layerswap/layerswap-sdk/commit/9fb83daf993b2c7fe3bd513ebee6fa15c18783ea)) + + +### Chores + +* **internal:** bump cross-spawn to v7.0.6 ([#59](https://github.com/layerswap/layerswap-sdk/issues/59)) ([1aae24f](https://github.com/layerswap/layerswap-sdk/commit/1aae24f9e76728158164dc58bff41f417d9e21f9)) +* **internal:** codegen related update ([#65](https://github.com/layerswap/layerswap-sdk/issues/65)) ([ec5a2c9](https://github.com/layerswap/layerswap-sdk/commit/ec5a2c9b86ede54108d953596c82e367ec3c72a5)) +* **internal:** codegen related update ([#66](https://github.com/layerswap/layerswap-sdk/issues/66)) ([6788397](https://github.com/layerswap/layerswap-sdk/commit/67883979fd66207bde2031b445b91e3d2568ed36)) +* **internal:** codegen related update ([#68](https://github.com/layerswap/layerswap-sdk/issues/68)) ([9435804](https://github.com/layerswap/layerswap-sdk/commit/943580466332472d0f4a9ece82e2c4a0b205191d)) +* **internal:** fix some typos ([#64](https://github.com/layerswap/layerswap-sdk/issues/64)) ([8944cc6](https://github.com/layerswap/layerswap-sdk/commit/8944cc68f42c3ea05f7a20017ed20320497aa1eb)) +* **internal:** remove unnecessary getRequestClient function ([#58](https://github.com/layerswap/layerswap-sdk/issues/58)) ([4052b68](https://github.com/layerswap/layerswap-sdk/commit/4052b68c3968243c7afdbb4e1fe464063d3773f4)) +* **internal:** update isAbsoluteURL ([#61](https://github.com/layerswap/layerswap-sdk/issues/61)) ([563e6a1](https://github.com/layerswap/layerswap-sdk/commit/563e6a17b703eba639591c289748d4260484b8de)) +* rebuild project due to codegen change ([#51](https://github.com/layerswap/layerswap-sdk/issues/51)) ([ed663ff](https://github.com/layerswap/layerswap-sdk/commit/ed663ff480a2ce0a85ec6a3cda02f035187eadb8)) +* rebuild project due to codegen change ([#52](https://github.com/layerswap/layerswap-sdk/issues/52)) ([d8a9c36](https://github.com/layerswap/layerswap-sdk/commit/d8a9c360e5f7018fc986638e4b60abf8f306fc2f)) +* rebuild project due to codegen change ([#53](https://github.com/layerswap/layerswap-sdk/issues/53)) ([4fbf81a](https://github.com/layerswap/layerswap-sdk/commit/4fbf81a9c272399ee9e5030dd10bb1d56ae1cf76)) +* rebuild project due to codegen change ([#54](https://github.com/layerswap/layerswap-sdk/issues/54)) ([91746a1](https://github.com/layerswap/layerswap-sdk/commit/91746a11dc05d5bdcbb65e66eed13703e03f9b20)) +* remove redundant word in comment ([#56](https://github.com/layerswap/layerswap-sdk/issues/56)) ([e77fa29](https://github.com/layerswap/layerswap-sdk/commit/e77fa2944109f07558f1c03719165cee0d96171f)) +* **types:** nicer error class types + jsdocs ([#60](https://github.com/layerswap/layerswap-sdk/issues/60)) ([436e284](https://github.com/layerswap/layerswap-sdk/commit/436e28417d2982fd03ad9fcdc8bfb30cf30bbad6)) + + +### Documentation + +* remove suggestion to use `npm` call out ([#55](https://github.com/layerswap/layerswap-sdk/issues/55)) ([e4fbba3](https://github.com/layerswap/layerswap-sdk/commit/e4fbba39e7770393ad0843cf65e014dc5536d69b)) + ## 0.1.0-alpha.10 (2024-10-09) Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/layerswap/layerswap-sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) diff --git a/package.json b/package.json index c3060ff..5065d6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@layerswap/sdk", - "version": "0.1.0-alpha.10", + "version": "0.1.0-alpha.11", "description": "The official TypeScript library for the Layerswap API", "author": "Layerswap ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 5ed52cd..51a202a 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0-alpha.10'; // x-release-please-version +export const VERSION = '0.1.0-alpha.11'; // x-release-please-version