From a215011734deeda025f5df017522a9ca26075293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:25:14 +0100 Subject: [PATCH] chore(main): release 1.2.0 (#270) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b87812f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.2.0](https://github.com/stryker-mutator/weapon-regex/compare/v1.1.1...v1.2.0) (2023-12-13) + + +### Features + +* better mutant descriptions ([#268](https://github.com/stryker-mutator/weapon-regex/issues/268)) ([7a457cc](https://github.com/stryker-mutator/weapon-regex/commit/7a457ccadbb1f8db5c162f68a62c1f2561d41784)) +* Support parsing Unicode Character Class with property and value `\p{property=value}` ([#249](https://github.com/stryker-mutator/weapon-regex/pull/249)) ([cc504365](https://github.com/stryker-mutator/weapon-regex/pull/249/commits/cc504365b46da3380564e6bd3aac5d53ed6b8130)) + +### Refactor + +* **packages**: move internal code to internal package ([#267](https://github.com/stryker-mutator/weapon-regex/pull/267)) ([6ae8441](https://github.com/stryker-mutator/weapon-regex/commit/6ae8441d4e5e2815a1ef20e36542e19d0cb2d599))