chore: Release v0.1.4
This commit is contained in:
@@ -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
|
||||||
|
|||||||
4
justfile
4
justfile
@@ -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
|
||||||
|
|||||||
1044
package-lock.json
generated
1044
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
],
|
],
|
||||||
@@ -45,9 +45,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@raycast/eslint-config": "^1.0.6",
|
"@raycast/eslint-config": "^1.0.6",
|
||||||
"@types/node": "20.8.10",
|
"@types/node": "^20.8.10",
|
||||||
"@types/react": "18.2.27",
|
"@types/react": "^18.2.27",
|
||||||
"@typescript-eslint/parser": "^6.19.1",
|
"@typescript-eslint/parser": "^7.2.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-import-resolver-typescript": "^3.6.1",
|
"eslint-import-resolver-typescript": "^3.6.1",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user