From 3d5205b245caee6531f078c4167ac3d30f4e7935 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 18 Sep 2024 10:03:33 +0200 Subject: [PATCH] 10.0.9 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- src/environments/versions.ts | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e400c515e10..f448e42e439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [10.0.9](https://github.com/johannesjo/super-productivity/compare/v10.0.8...v10.0.9) (2024-09-18) + +### Bug Fixes + +- backlog button shown when it shouldn't [#3488](https://github.com/johannesjo/super-productivity/issues/3488) ([4076a85](https://github.com/johannesjo/super-productivity/commit/4076a853fbdf333268ed3a63da63a0ab79594b3a)) + ## [10.0.8](https://github.com/johannesjo/super-productivity/compare/v10.0.7...v10.0.8) (2024-09-18) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 8a1439fad00..dc17232c891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "10.0.8", + "version": "10.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "10.0.8", + "version": "10.0.9", "license": "MIT", "dependencies": { "electron-dl": "^3.5.2", diff --git a/package.json b/package.json index bac48a90a9b..aa382b21cfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "10.0.8", + "version": "10.0.9", "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)", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index a252e7ba3c0..28ab899c728 100644 --- a/src/environments/versions.ts +++ b/src/environments/versions.ts @@ -1,6 +1,6 @@ // this file is automatically generated by git.version.ts script export const versions = { - version: '10.0.8', + version: '10.0.9', revision: 'NO_REV', branch: 'NO_BRANCH', };