From 73e6cb0e37a964651b52b506796881977c24ef84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 07:33:45 +0000 Subject: [PATCH] chore(1.x): release 1.1.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a1961ec..7867a62 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a21615c..6fd59d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/cycle/active-record/compare/v1.1.0...v1.1.1) (2025-09-14) + + +### Bug Fixes + +* Improve type for `::getRepository()` method ([#45](https://github.com/cycle/active-record/issues/45)) ([671aa27](https://github.com/cycle/active-record/commit/671aa27ad1b28d7ff5bb59e8d7d3b9d40e3cc5ad)) + ## [1.1.0](https://github.com/cycle/active-record/compare/v1.0.2...v1.1.0) (2025-09-14)