From 7f02870c3d4c81e8cd685204f5515c757fc6a420 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 21 Dec 2020 14:29:37 +0100 Subject: [PATCH] 6.3.0-0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6e5d4cce..284166c3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [6.3.0-0](https://github.com/johannesjo/super-productivity/compare/v6.2.0-0...v6.3.0-0) (2020-12-21) + + +### Bug Fixes + +* skipping service worker for elecron not working ([b855c8d](https://github.com/johannesjo/super-productivity/commit/b855c8d6e4128038302750b28c8738198bc0f869)) + + + # [6.2.0-0](https://github.com/johannesjo/super-productivity/compare/v6.1.2...v6.2.0-0) (2020-12-21) diff --git a/package.json b/package.json index b751eee456..1a991c6b30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "6.2.0-0", + "version": "6.3.0-0", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "author": "Johannes Millan (http://super-productivity.com)",