diff --git a/libs/dfx-openapi/CHANGELOG.md b/libs/dfx-openapi/CHANGELOG.md index aaf901d9..9b0dfebe 100644 --- a/libs/dfx-openapi/CHANGELOG.md +++ b/libs/dfx-openapi/CHANGELOG.md @@ -1,2 +1,12 @@ +## [0.0.3](https://github.com/Dafnik/dfts-common/compare/dfx-openapi-0.0.2...dfx-openapi-0.0.3) (2024-12-08) + + +### Bug Fixes + +* **dfx-openapi:** lib api changes ([54b00c7](https://github.com/Dafnik/dfts-common/commit/54b00c775581821edac445f6e43880ac5f57ebea)) +* **dfx-openapi:** Prevent orphan ampersands in query from empty arrays ([8f165f1](https://github.com/Dafnik/dfts-common/commit/8f165f133be07f917f07b36186c0577a76d80c70)) + + + ## [0.0.2](https://github.com/Dafnik/dfts-common/compare/dfx-openapi-0.0.1...dfx-openapi-0.0.2) (2024-10-09) diff --git a/libs/dfx-openapi/package.json b/libs/dfx-openapi/package.json index f700c460..e4333252 100644 --- a/libs/dfx-openapi/package.json +++ b/libs/dfx-openapi/package.json @@ -1,6 +1,6 @@ { "name": "dfx-openapi", - "version": "0.0.2", + "version": "0.0.3", "description": "dfx-openapi is a type-safe Angular HttpClient that pulls in your OpenAPI schema. It has virtually zero runtime and is fully compatible with Http Interceptors.", "private": false, "license": "MIT",