diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3171018..02cb6ca7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.1.0](https://github.com/ubilabs/esa-climate-from-space/compare/v1.0.1...v1.1.0) (2021-04-27) + + +### Features + +* **about:** add route for about component ([3422e5a](https://github.com/ubilabs/esa-climate-from-space/commit/3422e5abc4b2cb2aaad6709409b74886dc46ba7b)) +* **stories:** add esa logo to stories ([#891](https://github.com/ubilabs/esa-climate-from-space/issues/891)) ([a00b8bd](https://github.com/ubilabs/esa-climate-from-space/commit/a00b8bd31994e76253443ee70b0963b65a9e1691)) +* **storyLinks:** add links to other stories ([#895](https://github.com/ubilabs/esa-climate-from-space/issues/895)) ([42ba188](https://github.com/ubilabs/esa-climate-from-space/commit/42ba188b71d22dedaf8eb5fd0deec4a5a4adb4f9)) + + + ## [1.0.1](https://github.com/ubilabs/esa-climate-from-space/compare/v1.0.0...v1.0.1) (2021-03-18) diff --git a/package-lock.json b/package-lock.json index ca07df852..3344c3e6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "esa-climate-from-space", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e31226cb..ce8a30c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esa-climate-from-space", - "version": "1.0.1", + "version": "1.1.0", "description": "Climate from Space application for ESAs CCI+ program.", "main": "dist-src-electron/main.js", "scripts": {