From 8dc6cbcaf13d8a791e50b3eab7882cf9c706e9a9 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 19 Mar 2021 17:15:48 +0100 Subject: [PATCH] 6.5.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0282de0..66424402f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.5.2](https://github.com/johannesjo/super-productivity/compare/v6.5.1...v6.5.2) (2021-03-19) + + +### Bug Fixes + +* cannot read property id of undefined [#978](https://github.com/johannesjo/super-productivity/issues/978) ([9729c50](https://github.com/johannesjo/super-productivity/commit/9729c500d7ee4549dc5716c6bbe6d69883b3e58d)) + + + ## [6.5.1](https://github.com/johannesjo/super-productivity/compare/v6.5.0...v6.5.1) (2021-03-19) diff --git a/package.json b/package.json index 426cae012..a27743eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "6.5.1", + "version": "6.5.2", "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)",