From 16927666a716f52884ffdc2ef470db5e7888bc9b Mon Sep 17 00:00:00 2001 From: Julien Delasoie Date: Wed, 30 Oct 2019 10:46:24 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f60b347..8096ada24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +*2.2.0* (2019-10-30) + - 🛠 Fixes & other + - Add nofollow to some external links in the footer (#410) + - Improve text size and space (#415) + - Evolve some links in footer + - Fixes for styleguide presentation: + - Fix styleint for study plan (#404) + - Fix social icons missing (#407) + - Fix link to cover from popover(#409) + - Fix missing translation in header (#416) + *2.1.0* (2019-07-03) - 🛠 Fixes & other - Fix lateral scroll issue (#394) diff --git a/VERSION b/VERSION index 7ec1d6db4..ccbccc3dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0 diff --git a/package.json b/package.json index 5988d716a..ba8474b16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epfl-elements", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "main": "index.html", "repository": {