Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 7, 2020
1 parent c7a4c52 commit 6176d93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,16 @@ 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.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

- Extend global namespace with jest matcher (#308) thanks @tobilen

- support shallow rendering when nesting styled components (#306) (#309) thanks @functionalDev

- Remove object spread to continue Node LTS 10/12 support (#304) thanks @vxcamiloxv

## [7.0.0](https://github.com/styled-components/jest-styled-components/compare/v6.3.1...v7.0.0) - 2020-01-13

- styled-components v5 support, drops support for s-c versions below v5
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jest-styled-components",
"version": "7.0.0",
"version": "7.0.1",
"description": "Jest utilities for Styled Components",
"main": "./src/index.js",
"typings": "./typings/index.d.ts",
Expand Down

0 comments on commit 6176d93

Please sign in to comment.