diff --git a/CHANGELOG.md b/CHANGELOG.md index c423c91..4200da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [7.0.2](https://github.com/styled-components/jest-styled-components/compare/v7.0.1...v7.0.2) - 2020-04-09 + +Fix toHaveStyleRule support classes with displayName prefix (#302) thanks @vxcamiloxv + ## [7.0.1](https://github.com/styled-components/jest-styled-components/compare/v7.0.0...v7.0.1) - 2020-04-07 - Update Matchers interface (#269) thanks @tobilen diff --git a/package.json b/package.json index 87a02f8..d7f90a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-styled-components", - "version": "7.0.1", + "version": "7.0.2", "description": "Jest utilities for Styled Components", "main": "./src/index.js", "typings": "./typings/index.d.ts",