diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed4230..8a6d95a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [6.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v5.0.0...v6.0.0) (2018-12-31) + + +### Features + +* better handling of whitespaces ([0bf9273](https://github.com/rayrutjes/jest-serializer-html/commit/0bf9273)) + + + # [5.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v4.0.1...v5.0.0) (2018-01-03) diff --git a/package.json b/package.json index 4a1c55a..34eb486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-serializer-html", - "version": "5.0.0", + "version": "6.0.0", "description": "Jest snapshot serializer that beautifies HTML.", "main": "index.js", "author": "Raymond RUTJES (https://github.com/rayrutjes/)",