From 409e1ac2de399ff8245e5fc3f9d8ef66e32d9b4e Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 17 Aug 2020 23:26:22 +0200 Subject: [PATCH] 5.6.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f93a38626..295231821f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.6.1](https://github.com/johannesjo/super-productivity/compare/v5.6.0...v5.6.1) (2020-08-17) + + +### Bug Fixes + +* make lazy set intervals work with electron ([3ca1f57](https://github.com/johannesjo/super-productivity/commit/3ca1f57c63a6885b65628406d5c6aefa17a530ce)) + + + # [5.6.0](https://github.com/johannesjo/super-productivity/compare/v5.5.7...v5.6.0) (2020-08-17) diff --git a/package.json b/package.json index 36b5b2eb86..b1e27dd365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "5.6.0", + "version": "5.6.1", "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)",