Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.1.2...v7.0.0) (2022-02-10)

### Features

* **rtl:** add jest-dom to jest-setup.js ([#37](#37)) ([3cdcb2e](3cdcb2e))

### BREAKING CHANGES

* **rtl:** add jest-dom to setupFilesAfterEnv
  • Loading branch information
oneamexbot committed Feb 10, 2022
1 parent 3cdcb2e commit 02e706b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0](https://github.com/americanexpress/amex-jest-preset-react/compare/v6.1.2...v7.0.0) (2022-02-10)


### Features

* **rtl:** add jest-dom to jest-setup.js ([#37](https://github.com/americanexpress/amex-jest-preset-react/issues/37)) ([3cdcb2e](https://github.com/americanexpress/amex-jest-preset-react/commit/3cdcb2e7363451f135104e618a6b22f0f532cc48))


### BREAKING CHANGES

* **rtl:** add jest-dom to setupFilesAfterEnv

## [6.1.2](https://github.com/americanexpress/amex-jest-preset-react/compare/v6.1.1...v6.1.2) (2022-01-14)


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-react",
"description": "An opinionated Jest preset for React modules",
"version": "6.1.2",
"version": "7.0.0",
"keywords": [
"jest",
"preset",
Expand Down

0 comments on commit 02e706b

Please sign in to comment.