diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 078e3ef..04850bb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.5.0](https://github.com/DHI-GRAS/react-components/compare/v1.4.0...v1.5.0) (2020-08-28) + + +### Bug Fixes + +* **licence:** Add licence badge ([dfa2c89](https://github.com/DHI-GRAS/react-components/commit/dfa2c89d66f332a6142558680ccbf0da3f991c3c)) +* **licence:** Add licence to package.json ([91da77b](https://github.com/DHI-GRAS/react-components/commit/91da77bf8c3a3c6d6d3f54b6578cd6e76c9d57f6)) + + +### Features + +* **readme:** Add Readme file for the repo ([40c237f](https://github.com/DHI-GRAS/react-components/commit/40c237fdcba5b0156a2536d3e953b1694d98324d)) + # [1.4.0](https://github.com/DHI-GRAS/react-components/compare/v1.3.0...v1.4.0) (2020-08-28) diff --git a/package.json b/package.json index 30d92e4..78bfa5c 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.4.0", + "version": "1.5.0", "private": false, "main": "./dist/index.js", "publishConfig": {