From 7b25894b424896a718418af5eaeb279b07c6514f Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Wed, 21 Apr 2021 12:09:40 +0300 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f6ad2..22cdd01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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). +#### [2.0.2](https://github.com/eea/eprtr_frontend/compare/2.0.1...2.0.2) + +- Refs #128720 - fit to country extent [`07d1787`](https://github.com/eea/eprtr_frontend/commit/07d17875e556e4576d2d29c944d329eae7b22615) +- Removed tests [`ba7d585`](https://github.com/eea/eprtr_frontend/commit/ba7d585fbba4db817b4d4c73026672ac1e03a7ef) +- Added site countries [`92553b2`](https://github.com/eea/eprtr_frontend/commit/92553b2819eec99b904057adaafcae2cf5ce5f7b) + #### [2.0.1](https://github.com/eea/eprtr_frontend/compare/2.0.0...2.0.1) +> 21 April 2021 + - Updated Dockerfile [`10aca65`](https://github.com/eea/eprtr_frontend/commit/10aca650351bfe277d3586530f5d68c365c85216) +- Release 2.0.1 [`47445c3`](https://github.com/eea/eprtr_frontend/commit/47445c39e685b1255411e1269cbb5e96bdfccc1b) - Updated Dockerfile [`19ad440`](https://github.com/eea/eprtr_frontend/commit/19ad440aab6050fdcfe37bf38d30187d2682d842) ### [2.0.0](https://github.com/eea/eprtr_frontend/compare/1.4.5...2.0.0) diff --git a/package.json b/package.json index 24b3f00..2f59b6a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/eprtr_frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "2.0.1", + "version": "2.0.2", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/eprtr_frontend",