Skip to content

Commit

Permalink
10.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Sep 18, 2024
1 parent 582b4c3 commit 3d5205b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@super-productivity.com> (http://super-productivity.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/versions.ts
Original file line number Diff line number Diff line change
@@ -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',
};

0 comments on commit 3d5205b

Please sign in to comment.