diff --git a/packages/jest-utils/CHANGELOG.md b/packages/jest-utils/CHANGELOG.md index d1e0000a3..c2605a36b 100644 --- a/packages/jest-utils/CHANGELOG.md +++ b/packages/jest-utils/CHANGELOG.md @@ -154,14 +154,14 @@ All notable changes to this project will be documented in this file. See ## 1.3.0 -> Added `nullOrAnyOf` to test fields validity with multiple types or null. +- Added `nullOrAnyOf` to test fields validity with multiple types or null. ## 1.2.0 -> Added `anyOf` to test fields validity with multiple types. Renamed `ExtendedExpect` and -> `ExtendedMatchers` to `EmpathyExtendedExpect` and `EmpathyExtendedMatchers` because they were -> colliding with the jest ones. +- Added `anyOf` to test fields validity with multiple types. Renamed `ExtendedExpect` and +- `ExtendedMatchers` to `EmpathyExtendedExpect` and `EmpathyExtendedMatchers` because they were +- colliding with the jest ones. ## 1.1.0 -> Added URL assertions to test for URL validity and search query parameters being included +- Added URL assertions to test for URL validity and search query parameters being included diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 565acd5ba..c5441e16b 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -168,8 +168,8 @@ All notable changes to this project will be documented in this file. See ## 1.1.0 (05/06/2020) -> EX-1843 Add ESM build +- Add ESM build ## 1.0.0 -> Initial release +- Initial release