diff --git a/CHANGELOG.md b/CHANGELOG.md index 727fee5..5011224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,25 @@ 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.3](https://github.com/eea/eprtr_frontend/compare/1.4.2...1.4.3) + +- Added white text logo [`9514b4a`](https://github.com/eea/eprtr_frontend/commit/9514b4a76f8223296f0a90dc86330917c9b04347) +- Clean up [`41df833`](https://github.com/eea/eprtr_frontend/commit/41df8336f84e77b5fca95a25f69a7cfa86f43692) +- Added jest config [`ea14837`](https://github.com/eea/eprtr_frontend/commit/ea148377b61f90fb9cd01aca2100e0b12b60ea4d) +- Uncomment cypress tests [`4a48ffa`](https://github.com/eea/eprtr_frontend/commit/4a48ffa4c404e37f7e8fc13e42872e54c759d5ff) +- Commented integration tests [`ed74d98`](https://github.com/eea/eprtr_frontend/commit/ed74d981a953a57b9c0e5939c4729dc385c23905) +- Added dependencies to docker image [`7c2d759`](https://github.com/eea/eprtr_frontend/commit/7c2d7597a3570d5d8e8f1677b060609faf9e0f0c) +- Dockerfile don't delete cache [`22c4d50`](https://github.com/eea/eprtr_frontend/commit/22c4d50fbbbdf35cf1d5c4361b2fe46222ac5c95) +- Install cypress [`287ba98`](https://github.com/eea/eprtr_frontend/commit/287ba98c17824babc4238b39d4c87b6ecd1e9c00) +- Update [`1b00c6b`](https://github.com/eea/eprtr_frontend/commit/1b00c6b0b6e3dbf9f71d4f516d73419bc852b96b) +- Update [`f97f12d`](https://github.com/eea/eprtr_frontend/commit/f97f12d479b6fb0c84e58fd65e86c576f7c4ef9e) + #### [1.4.2](https://github.com/eea/eprtr_frontend/compare/1.4.1...1.4.2) +> 7 January 2021 + - [Feature #125730] Added cypress [`abf5e5f`](https://github.com/eea/eprtr_frontend/commit/abf5e5faa2c6213678e50dfc024e523fdc1a88e5) +- Release 1.4.2 [`ddd9783`](https://github.com/eea/eprtr_frontend/commit/ddd97839ac7561e7609ef2e14c80232363ea2f68) - Updated Jenkinsfile [`0ce434e`](https://github.com/eea/eprtr_frontend/commit/0ce434e348435b3a9896e2324c6df110d1d95bd3) #### [1.4.1](https://github.com/eea/eprtr_frontend/compare/1.4.0...1.4.1) diff --git a/package.json b/package.json index c83185b..5268b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/eprtr_frontend", - "version": "1.4.2", + "version": "1.4.3", "description": "EPRTR: Industrial Emission Portal ", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",