From 23a402d64579e9dea5a86aa3bb871f4b914e6a1a Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Tue, 15 Dec 2020 12:44:51 +0200 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9375e9c..b9ece8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.1](https://github.com/eea/eprtr_frontend/compare/1.2.0...1.2.1) + +- 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) + #### [1.2.0](https://github.com/eea/eprtr_frontend/compare/1.1.4...1.2.0) +> 14 December 2020 + - [Taskman #125090] Initialize query parameters for selectors; Removed pollutants from GlossarySearch [`f2b0376`](https://github.com/eea/eprtr_frontend/commit/f2b03762a3ce8d81568a995d2cd9d5269c846e88) - [Taskman #125090] Map now loads all sites when filtering by country [`50f5b19`](https://github.com/eea/eprtr_frontend/commit/50f5b19404998c34d4b8bbba61fce00605653e8f) - [Taskman #125667] Updated Logo & Favicon [`2a871f8`](https://github.com/eea/eprtr_frontend/commit/2a871f89d3373c0cad0b58ededf7e09ba1a5fb02) +- Release 1.2.0 [`e6afe4b`](https://github.com/eea/eprtr_frontend/commit/e6afe4bc45451a3fa76b655eda8f51eaf174a195) #### [1.1.4](https://github.com/eea/eprtr_frontend/compare/1.1.3...1.1.4) diff --git a/package.json b/package.json index 358af98..ff9b012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/eprtr_frontend", - "version": "1.2.0", + "version": "1.2.1", "description": "EPRTR: Industrial Emission Portal ", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",