diff --git a/CHANGELOG.md b/CHANGELOG.md index bd480db..837c815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.2.0...v2.2.1) (2024-06-14) + + +### Bug Fixes + +* bump-up `fast-alfred`, align to Alfred best-practices ([11ea0cd](https://github.com/Avivbens/alfred-search-bookmark/commit/11ea0cd531eda2e59ed095908a0033ce5e4fad47)) + # [2.2.0](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.1.4...v2.2.0) (2024-06-11) diff --git a/info.plist b/info.plist index d57bb88..e6edafc 100644 --- a/info.plist +++ b/info.plist @@ -251,7 +251,7 @@ https://github.com/Avivbens/alfred-search-bookmark version - 2.2.0 + 2.2.1 webaddress https://github.com/Avivbens/alfred-search-bookmark diff --git a/package-lock.json b/package-lock.json index 7271212..ce575c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alfred-search-bookmark", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { @@ -27290,4 +27290,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 07f1f06..027a951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfred-search-bookmark", - "version": "2.2.0", + "version": "2.2.1", "description": "Search across your bookmarks from all your Chrome profiles in Alfred", "keywords": [ "alfred", @@ -81,4 +81,4 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" } -} +} \ No newline at end of file