diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fdac0e6c9..e7e7c76077a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.10](https://github.com/johannesjo/super-productivity/compare/v8.0.9...v8.0.10) (2024-06-17) + +### Bug Fixes + +- cannot read properties of undefined reading color [#3208](https://github.com/johannesjo/super-productivity/issues/3208) ([72a625a](https://github.com/johannesjo/super-productivity/commit/72a625ae7037ba03442c19c0477793a16e224b61)) +- zoomFactor error value [#3218](https://github.com/johannesjo/super-productivity/issues/3218) ([70f1f72](https://github.com/johannesjo/super-productivity/commit/70f1f725550a66f1a3390e0777bfaef4a0b71947)) + ## [8.0.9](https://github.com/johannesjo/super-productivity/compare/v8.0.8...v8.0.9) (2024-6-13) ## [8.0.8](https://github.com/johannesjo/super-productivity/compare/v8.0.7...v8.0.8) (2024-6-13) diff --git a/package-lock.json b/package-lock.json index 770984e5f43..c1f8405f89d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "8.0.9", + "version": "8.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "8.0.9", + "version": "8.0.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 27a2cb1fdcb..105b7bb15b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "8.0.9", + "version": "8.0.10", "description": "Experience the best ToDo app for digital professionals and get more done! Super Productivity comes with integrated time-boxing and time tracking capabilities and you can load your task from your calendars and from Jira, Gitlab, GitHub, Open Project and others all into a single ToDo list.", "main": "./electron/main.js", "author": "Johannes Millan (http://super-productivity.com)",