From 78af98310a9869268524dc316723b0a869e6157e Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Wed, 16 Dec 2020 15:06:56 +0200 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ece8b..0e520be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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). +#### [1.2.2](https://github.com/eea/eprtr_frontend/compare/1.2.1...1.2.2) + +- lint:fix & prettier:fix [`df847d7`](https://github.com/eea/eprtr_frontend/commit/df847d7d0d586988907a34b36dd550cf69b7f75e) +- Up to date [`9b60ef7`](https://github.com/eea/eprtr_frontend/commit/9b60ef7538ee9f7f11b0de9206501c217a939013) + #### [1.2.1](https://github.com/eea/eprtr_frontend/compare/1.2.0...1.2.1) +> 15 December 2020 + - stylelint:fix && prettier:fix [`4a48811`](https://github.com/eea/eprtr_frontend/commit/4a4881199abfec7b12c3cf8fa05656ef56d1a4b0) - [Taskman #125725] Fixed country filter; Removed autocomplete from sidebar [`21dd7c5`](https://github.com/eea/eprtr_frontend/commit/21dd7c5ad17d3b4b90b38c29e432bbb0dea33605) +- Release 1.2.1 [`23a402d`](https://github.com/eea/eprtr_frontend/commit/23a402d64579e9dea5a86aa3bb871f4b914e6a1a) #### [1.2.0](https://github.com/eea/eprtr_frontend/compare/1.1.4...1.2.0) diff --git a/package.json b/package.json index 3eb142b..37a38d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/eprtr_frontend", - "version": "1.2.1", + "version": "1.2.2", "description": "EPRTR: Industrial Emission Portal ", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",