Skip to content

Commit 6d47048

Browse files
committed
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2024-06-14) ### Bug Fixes * bump-up `fast-alfred`, align to Alfred best-practices ([11ea0cd](11ea0cd))
1 parent 11ea0cd commit 6d47048

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.1](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.2.0...v2.2.1) (2024-06-14)
2+
3+
4+
### Bug Fixes
5+
6+
* bump-up `fast-alfred`, align to Alfred best-practices ([11ea0cd](https://github.com/Avivbens/alfred-search-bookmark/commit/11ea0cd531eda2e59ed095908a0033ce5e4fad47))
7+
18
# [2.2.0](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.1.4...v2.2.0) (2024-06-11)
29

310

info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ https://github.com/Avivbens/alfred-search-bookmark</string>
251251
</dict>
252252
</array>
253253
<key>version</key>
254-
<string>2.2.0</string>
254+
<string>2.2.1</string>
255255
<key>webaddress</key>
256256
<string>https://github.com/Avivbens/alfred-search-bookmark</string>
257257
</dict>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-search-bookmark",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Search across your bookmarks from all your Chrome profiles in Alfred",
55
"keywords": [
66
"alfred",
@@ -81,4 +81,4 @@
8181
"publishConfig": {
8282
"registry": "https://registry.npmjs.org/"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)