diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfe691..ee7f139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.1.4] - 2024-03-13 + ### Added - Add Linear Project and Team icons diff --git a/justfile b/justfile index 69050d5..2272aa4 100644 --- a/justfile +++ b/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 diff --git a/package.json b/package.json index a91fdd2..5061afe 100644 --- a/package.json +++ b/package.json @@ -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" ],