From 3314c7f3ad0e7c421709f64a81274107c37826f3 Mon Sep 17 00:00:00 2001 From: pyphilia Date: Thu, 11 Feb 2021 14:30:33 +0100 Subject: [PATCH] chore(release): 0.15.10 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77158de..0aa8b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.15.10](https://github.com/graasp/graasp-desktop/compare/v0.15.9...v0.15.10) (2021-02-11) + +### Features + +- add font size setting ([5a255d7](https://github.com/graasp/graasp-desktop/commit/5a255d7b33d3e24c809097227b998030658a9b48)) +- add german translations ([0ae447f](https://github.com/graasp/graasp-desktop/commit/0ae447f0dd276e31a666e7e3868cfae538fd7541)) + +### Tests + +- add Font Size Slider and translations ([c13e719](https://github.com/graasp/graasp-desktop/commit/c13e719bdfb11aa9cece329fe2a41d51d43e76bb)) + ### [0.15.9](https://github.com/graasp/graasp-desktop/compare/v0.15.8...v0.15.9) (2021-01-22) ### Features diff --git a/package.json b/package.json index 95956d6..bd04e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-desktop", - "version": "0.15.9", + "version": "0.15.10", "description": "Desktop application for the Graasp ecosystem.", "private": true, "author": "React EPFL",