chore: Release v0.1.4

This commit is contained in:
2024-03-13 09:03:24 +01:00
parent 4afa06a1c8
commit a8cf51ec4a
4 changed files with 670 additions and 388 deletions

View File

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

View File

@@ -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

1044
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"
],
@@ -45,9 +45,9 @@
},
"devDependencies": {
"@raycast/eslint-config": "^1.0.6",
"@types/node": "20.8.10",
"@types/react": "18.2.27",
"@typescript-eslint/parser": "^6.19.1",
"@types/node": "^20.8.10",
"@types/react": "^18.2.27",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",