Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.1...v1.7.0) (2020-09-01)

### Bug Fixes

* **jest/enzyme:** Remove automatic snapshot testing ([615e9a3](615e9a3))

### Features

* **jest/enzyme:** Add setup for Jest/Enzyme testing environment ([797246d](797246d))
  • Loading branch information
semantic-release-bot committed Sep 1, 2020
1 parent 5f32b17 commit 6b6221a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6b6221a

Please sign in to comment.