From d26114e3561e2f7f2ac75ff205c620ea105675cd Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 12 Aug 2019 22:34:43 +0200 Subject: [PATCH] 2.10.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d60c27d7a..19369b7c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.10.6](https://github.com/johannesjo/super-productivity/compare/v2.10.5...v2.10.6) (2019-08-12) + + +### Bug Fixes + +* quick fix to lower case error ([4a7cdcb](https://github.com/johannesjo/super-productivity/commit/4a7cdcb)) + + + ## [2.10.5](https://github.com/johannesjo/super-productivity/compare/v2.10.4...v2.10.5) (2019-08-12) diff --git a/package.json b/package.json index 286b0d9f18..67911645f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "2.10.5", + "version": "2.10.6", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "author": "johannesjo (http://super-productivity.com)",