From 5f5f07755540181a4a2f5c4a6bfd193d24234dd7 Mon Sep 17 00:00:00 2001 From: wawyed Date: Mon, 15 Jul 2024 12:35:14 +0100 Subject: [PATCH] 6.1.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e74056..ccc5f576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.1.1 (2024-07-15) +[Compare `@uirouter/core` versions 6.1.0 and 6.1.1](https://github.com/ui-router/core/compare/6.1.0...6.1.1) + +### Bug Fixes + +* **stateParams:** $inherit is not affected by enumerable prototype custom methods ([#841](https://github.com/ui-router/core/issues/841)) ([9c94c2a](https://github.com/ui-router/core/commit/9c94c2a)) + + + + # 6.1.0 (2023-03-11) [Compare `@uirouter/core` versions 6.0.9 and 6.1.0](https://github.com/ui-router/core/compare/6.0.9...6.1.0)