From 1b5880f3d15e16c47835fcfaf8f3a4923566a235 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Oct 2022 19:52:28 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/phpsa/filament-password-reveal/compare/v1.1.2...v1.1.3) (2022-10-10) ### Bug Fixes * laravel 8 Str::__toString method compatability ([b1fba91](https://github.com/phpsa/filament-password-reveal/commit/b1fba912dff0631ac57ebee206293d6f8b4931d5)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7fb10..a484e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/phpsa/filament-password-reveal/compare/v1.1.2...v1.1.3) (2022-10-10) + + +### Bug Fixes + +* laravel 8 Str::__toString method compatability ([b1fba91](https://github.com/phpsa/filament-password-reveal/commit/b1fba912dff0631ac57ebee206293d6f8b4931d5)) + ## [1.1.2](https://github.com/phpsa/filament-password-reveal/compare/v1.1.1...v1.1.2) (2022-08-21)