Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2023
1 parent 7a457cc commit ea04c95
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [1.2.0](https://github.com/stryker-mutator/weapon-regex/compare/v1.1.1...v1.2.0) (2023-12-12)


### Features

* better mutant descriptions ([#268](https://github.com/stryker-mutator/weapon-regex/issues/268)) ([7a457cc](https://github.com/stryker-mutator/weapon-regex/commit/7a457ccadbb1f8db5c162f68a62c1f2561d41784))
* **format:** Reformat code ([26a3059](https://github.com/stryker-mutator/weapon-regex/commit/26a30596f47ef7799397fdf6dec2eeb8a6d25aa6))
* **format:** Reformat code ([a6b84d3](https://github.com/stryker-mutator/weapon-regex/commit/a6b84d35492a59a9121954269de0723bfd2d94ff))
* **parser-js:** Initial support for the `v` flag for `unicodeSets` ([d324e09](https://github.com/stryker-mutator/weapon-regex/commit/d324e0922fe798151b94f2f0efdf8c7dfa9c67ee))
* **parser:** Change `UnicodeCharClass.propValue` to type `Option[String]` ([be7f1b7](https://github.com/stryker-mutator/weapon-regex/commit/be7f1b7dae72549d5f7b963e5301d787308ef1f5))
* **parser:** Support parsing Unicode Character Class with property and value `\p{property=value}` ([fdb4088](https://github.com/stryker-mutator/weapon-regex/commit/fdb4088e32adb2f4e6094f67f9b0158724d73dfd))


### Bug Fixes

* **format:** Reformat code ([b7e94a3](https://github.com/stryker-mutator/weapon-regex/commit/b7e94a38faccc9a705dd8399ee44572c9a33adae))

0 comments on commit ea04c95

Please sign in to comment.