diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8da646..ac1407f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.4.1](https://github.com/eea/eprtr_frontend/compare/1.4.0...1.4.1) + +- Overflow hidden on Pollutant Index [`56b64c0`](https://github.com/eea/eprtr_frontend/commit/56b64c095d5f80769d4b737489cbed0a830f2971) + #### [1.4.0](https://github.com/eea/eprtr_frontend/compare/1.3.0...1.4.0) +> 28 December 2020 + - Css improvments [`04ca4de`](https://github.com/eea/eprtr_frontend/commit/04ca4deab9b45494ac97b1b442b8b7241a07eb6f) +- Release 1.4.0 [`5d6f699`](https://github.com/eea/eprtr_frontend/commit/5d6f6993354d9cffe5ae992316a0e9e3a3a81b55) - Removed border from pollutant index navigation menu [`df53024`](https://github.com/eea/eprtr_frontend/commit/df530249f8109510c1373c8db81552d6020729cd) #### [1.3.0](https://github.com/eea/eprtr_frontend/compare/1.3.0-1...1.3.0) diff --git a/package.json b/package.json index 5cf9ce65..3a0bb040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/eprtr_frontend", - "version": "1.4.0", + "version": "1.4.1", "description": "EPRTR: Industrial Emission Portal ", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",