Skip to content

Commit

Permalink
chore(release): 6.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.2](v6.1.1...v6.1.2) (2022-09-07)

### Bug Fixes

* **preset:** modulePathIgnorePatterns prevented jest from finding tests ([#49](#49)) ([bb39161](bb39161))
  • Loading branch information
oneamexbot committed Sep 7, 2022
1 parent bb39161 commit 73970be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.1.2](https://github.com/americanexpress/amex-jest-preset/compare/v6.1.1...v6.1.2) (2022-09-07)


### Bug Fixes

* **preset:** modulePathIgnorePatterns prevented jest from finding tests ([#49](https://github.com/americanexpress/amex-jest-preset/issues/49)) ([bb39161](https://github.com/americanexpress/amex-jest-preset/commit/bb391618e957f9d6ffc256467a65e597321c5431))

## [6.1.1](https://github.com/americanexpress/amex-jest-preset/compare/v6.1.0...v6.1.1) (2022-04-05)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amex-jest-preset",
"description": "An opinionated Jest preset",
"version": "6.1.1",
"version": "6.1.2",
"keywords": [
"jest",
"preset",
Expand Down

0 comments on commit 73970be

Please sign in to comment.