diff --git a/libs/dfx-openapi/CHANGELOG.md b/libs/dfx-openapi/CHANGELOG.md index afbf51d7..d7334ba7 100644 --- a/libs/dfx-openapi/CHANGELOG.md +++ b/libs/dfx-openapi/CHANGELOG.md @@ -1,4 +1,8 @@ +## [0.1.1](https://github.com/Dafnik/dfts-common/compare/dfx-openapi-0.1.0...dfx-openapi-0.1.1) (2024-12-09) + + + # [0.1.0](https://github.com/Dafnik/dfts-common/compare/dfx-openapi-0.0.3...dfx-openapi-0.1.0) (2024-12-09) diff --git a/libs/dfx-openapi/package.json b/libs/dfx-openapi/package.json index c0f17504..de606db2 100644 --- a/libs/dfx-openapi/package.json +++ b/libs/dfx-openapi/package.json @@ -1,6 +1,6 @@ { "name": "dfx-openapi", - "version": "0.1.0", + "version": "0.1.1", "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",