From 89d1df8bf0a9436cf63247b6b10779fa457e1146 Mon Sep 17 00:00:00 2001 From: faissaloux Date: Thu, 10 Oct 2024 09:47:25 +0100 Subject: [PATCH] release:1.2.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd9f52..2eda85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [Unreleased](https://github.com/faissaloux/pest-plugin-inside/compare/v1.1.0...main) +## [Unreleased](https://github.com/faissaloux/pest-plugin-inside/compare/v1.2.0...main) + +## [v1.2.0](https://github.com/faissaloux/pest-plugin-inside/compare/v1.1.0...v1.2.0) - 2024-10-10 +### Added +* Support pest3 by [@faissaloux](https://github.com/faissaloux) in https://github.com/faissaloux/pest-plugin-inside/pull/3 ## [v1.1.0](https://github.com/faissaloux/pest-plugin-inside/compare/v1.0.0...v1.1.0) - 2024-10-09 ### Added @@ -7,4 +11,4 @@ ## v1.0.0 - 2024-10-07 ### Added -* `toReturnLowercase()` by [@faissaloux](https://github.com/faissaloux) \ No newline at end of file +* `toReturnLowercase()` by [@faissaloux](https://github.com/faissaloux)