diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..795fab8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [0.1.0](https://github.com/xseman/openapi-generator/compare/v0.1.0...v0.1.0) (2026-02-04) + + +### Features + +* initial implementation with typescript-fetch client template ([177ac96](https://github.com/xseman/openapi-generator/commit/177ac96cdd9e3168594ad1beb9d6aca488fabad8)) + + +### Bug Fixes + +* embed templates using go:embed ([#4](https://github.com/xseman/openapi-generator/issues/4)) ([1265378](https://github.com/xseman/openapi-generator/commit/12653785361f23b134add782d2fad30291da9f8d)) +* improve parser & generator type safety and conflict handling ([eb91415](https://github.com/xseman/openapi-generator/commit/eb91415581825530db9c4478ceb06780d2d67083)) + + +### Automation + +* add quality & coverage checks and release artifacts ([6dadba9](https://github.com/xseman/openapi-generator/commit/6dadba945aad466419d33834ac96b79bd680640c)) +* update token for release-please action ([4fb9343](https://github.com/xseman/openapi-generator/commit/4fb9343c7f9e23f745a0ce46141b6faf3e0f154f))