chore: Release 0.3.0

This commit is contained in:
2026-06-08 11:16:50 +02:00
parent 2644abf9d5
commit 6df40e707c
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.3.0] - 2026-06-08
### Added ### Added
- Add support for TickTick, Google Calendar, Google Drive and API (web page) notifications - Add support for TickTick, Google Calendar, Google Drive and API (web page) notifications
+2 -2
View File
@@ -5,7 +5,7 @@
"description": "Manage your notifications in a single Universal Inbox", "description": "Manage your notifications in a single Universal Inbox",
"icon": "ui-logo-transparent.png", "icon": "ui-logo-transparent.png",
"author": "dax42", "author": "dax42",
"version": "0.2.0", "version": "0.3.0",
"categories": ["Productivity"], "categories": ["Productivity"],
"license": "MIT", "license": "MIT",
"preferences": [ "preferences": [
@@ -47,7 +47,7 @@
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@typescript-eslint/parser": "^8.60.1", "@typescript-eslint/parser": "^8.60.1",
"eslint": "^10.4.1", "eslint": "^10.4.1",
"prettier": "^3.8.3", "prettier": "^3.8.3",
"prettier-plugin-sort-imports": "^1.8.11", "prettier-plugin-sort-imports": "^1.8.11",
"typescript": "^6.0.3" "typescript": "^6.0.3"
}, },