diff --git a/packages/jest-config-react/CHANGELOG.md b/packages/jest-config-react/CHANGELOG.md index 98f67d8..a76a290 100644 --- a/packages/jest-config-react/CHANGELOG.md +++ b/packages/jest-config-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/medly/configs/compare/@medly/jest-config-react@0.3.0...@medly/jest-config-react@0.3.1) (2021-08-22) + + +### Bug Fixes + +* error thrown from jest-axe ([#59](https://github.com/medly/configs/issues/59)) ([8e55a9a](https://github.com/medly/configs/commit/8e55a9acd4f51844d71d3193448defecc7544097)) + + + + + # [0.3.0](https://github.com/medly/configs/compare/@medly/jest-config-react@0.2.1...@medly/jest-config-react@0.3.0) (2021-07-26) diff --git a/packages/jest-config-react/package.json b/packages/jest-config-react/package.json index d72435c..5cba4df 100644 --- a/packages/jest-config-react/package.json +++ b/packages/jest-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@medly/jest-config-react", "description": "Basic jest config for react apps", - "version": "0.3.0", + "version": "0.3.1", "sideEffects": false, "main": "index.js", "types": "index.d.ts",