chore: Release v0.1.4

This commit is contained in:
2024-03-13 09:03:24 +01:00
parent 4afa06a1c8
commit b03df96c9d
3 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.1.4] - 2024-03-13
### Added ### Added
- Add Linear Project and Team icons - Add Linear Project and Team icons

View File

@@ -20,3 +20,7 @@ fix:
# Run extension in development mode # Run extension in development mode
run: run:
npm run dev npm run dev
# Publish a new version of the extension
publish:
npm run publish

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.1.3", "version": "0.1.4",
"categories": [ "categories": [
"Productivity" "Productivity"
], ],