Skip to content

Commit

Permalink
chore: remove task reference and replace >
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Oct 17, 2023
1 parent 9cf9c62 commit 7a07dfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/jest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a07dfd

Please sign in to comment.