From ee541c236aaf052d49a64442f3c3fbd8c8812977 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:26:16 +0200 Subject: [PATCH] chore(main): release 1.13.1 (#9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d05c737..1940ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.13.1](https://github.com/TartanLeGrand/laravel-openapi/compare/v1.13.0...v1.13.1) (2024-07-13) + + +### Bug Fixes + +* Corrected SchemaFactoryMakeCommand.php to work with Laravel 11 ([#15](https://github.com/TartanLeGrand/laravel-openapi/issues/15)) ([b0f57cf](https://github.com/TartanLeGrand/laravel-openapi/commit/b0f57cf0b56a0edbe686a0202631e9cfc9b8283a)) + + +### Miscellaneous Chores + +* **deps:** update actions/setup-node action to v4 ([#7](https://github.com/TartanLeGrand/laravel-openapi/issues/7)) ([e53fc5e](https://github.com/TartanLeGrand/laravel-openapi/commit/e53fc5e09aadbbc40f63cfa236155e57a23630a6)) +* **deps:** update dependency vuepress to v1.9.10 ([#2](https://github.com/TartanLeGrand/laravel-openapi/issues/2)) ([9d80e06](https://github.com/TartanLeGrand/laravel-openapi/commit/9d80e069c75cb65fe73a5fcd6f994e3c453a15f7)) + ## [1.13.0](https://github.com/TartanLeGrand/laravel-openapi/compare/v1.12.0...v1.13.0) (2024-04-12)