From 6b6221a3bb3bf486cf1bff5bd6818485a9891979 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Sep 2020 07:15:03 +0000 Subject: [PATCH] chore(release): 1.7.0 # [1.7.0](https://github.com/DHI-GRAS/react-components/compare/v1.6.1...v1.7.0) (2020-09-01) ### Bug Fixes * **jest/enzyme:** Remove automatic snapshot testing ([615e9a3](https://github.com/DHI-GRAS/react-components/commit/615e9a32173729da1f047b66ec2b1f2bec6d4741)) ### Features * **jest/enzyme:** Add setup for Jest/Enzyme testing environment ([797246d](https://github.com/DHI-GRAS/react-components/commit/797246d9ef50647b6ef28063ed653950ee5eb250)) --- docs/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8f559ec..0ff4518 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.7.0](https://github.com/DHI-GRAS/react-components/compare/v1.6.1...v1.7.0) (2020-09-01) + + +### Bug Fixes + +* **jest/enzyme:** Remove automatic snapshot testing ([615e9a3](https://github.com/DHI-GRAS/react-components/commit/615e9a32173729da1f047b66ec2b1f2bec6d4741)) + + +### Features + +* **jest/enzyme:** Add setup for Jest/Enzyme testing environment ([797246d](https://github.com/DHI-GRAS/react-components/commit/797246d9ef50647b6ef28063ed653950ee5eb250)) + ## [1.6.1](https://github.com/DHI-GRAS/react-components/compare/v1.6.0...v1.6.1) (2020-08-31) diff --git a/package.json b/package.json index ae85ca8..152a681 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Generic react components for our frontends", "author": "DHI-GRAS", "license": "MIT", - "version": "1.6.1", + "version": "1.7.0", "private": false, "main": "./dist/index.js", "publishConfig": {