From dc834d30438f52942b3ecbbcbeb1ef1508c6e5e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Aug 2020 12:55:52 +0000 Subject: [PATCH] chore(release): 1.1.4 ## [1.1.4](https://github.com/DHI-GRAS/react-components/compare/v1.1.3...v1.1.4) (2020-08-17) ### Bug Fixes * **boilerplate:** Fix React external webpack and add travis build ([a2ed3e9](https://github.com/DHI-GRAS/react-components/commit/a2ed3e99648ce7fd7a3efb2b7b7602a300bf0ef0)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fd870a3..5ddd68a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.4](https://github.com/DHI-GRAS/react-components/compare/v1.1.3...v1.1.4) (2020-08-17) + + +### Bug Fixes + +* **boilerplate:** Fix React external webpack and add travis build ([a2ed3e9](https://github.com/DHI-GRAS/react-components/commit/a2ed3e99648ce7fd7a3efb2b7b7602a300bf0ef0)) + ## [1.1.3](https://github.com/DHI-GRAS/react-components/compare/v1.1.2...v1.1.3) (2020-08-17) diff --git a/package.json b/package.json index 1e6b86a..d13c119 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@dhi-gras/react-components", "description": "Generic react components for our frontends", "author": "DHI-GRAS", - "version": "1.1.3", + "version": "1.1.4", "private": false, "main": "dist/main.js", "publishConfig": {