From b37ccf1735443ac93fa50a31ea098d76ad2b1139 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Nov 2024 05:50:20 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/Demali-876/motoko_regex_engine/compare/v1.0.1...v1.0.2) (2024-11-04) ### Bug Fixes * **parser:** General improvements ([7337fca](https://github.com/Demali-876/motoko_regex_engine/commit/7337fcab7836ed0616495d14b7778f85c2862526)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4867148..68b27af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/Demali-876/motoko_regex_engine/compare/v1.0.1...v1.0.2) (2024-11-04) + + +### Bug Fixes + +* **parser:** General improvements ([7337fca](https://github.com/Demali-876/motoko_regex_engine/commit/7337fcab7836ed0616495d14b7778f85c2862526)) + ## [1.0.1](https://github.com/Demali-876/motoko_regex_engine/compare/v1.0.0...v1.0.1) (2024-11-04)