Compare commits
1 Commits
main
...
b03df96c9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
b03df96c9d
|
@@ -2,6 +2,8 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.4] - 2024-03-13
|
||||
|
||||
### Added
|
||||
|
||||
- Add Linear Project and Team icons
|
||||
|
||||
4
justfile
4
justfile
@@ -20,3 +20,7 @@ fix:
|
||||
# Run extension in development mode
|
||||
run:
|
||||
npm run dev
|
||||
|
||||
# Publish a new version of the extension
|
||||
publish:
|
||||
npm run publish
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "Manage your notifications in a single Universal Inbox",
|
||||
"icon": "ui-logo-transparent.png",
|
||||
"author": "dax42",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"categories": [
|
||||
"Productivity"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user