Skip to content

Commit 4036b99

Browse files
committed
chore(release): 2.1.4 [skip ci]
## [2.1.4](v2.1.3...v2.1.4) (2024-06-11) ### Bug Fixes * add global error handler ([1b1cc44](1b1cc44))
1 parent 1b1cc44 commit 4036b99

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.1.4](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.1.3...v2.1.4) (2024-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* add global error handler ([1b1cc44](https://github.com/Avivbens/alfred-search-bookmark/commit/1b1cc4410c6897324e37f8e9833b2127402fb35c))
7+
18
## [2.1.3](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.1.2...v2.1.3) (2024-06-09)
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.1.3</string>
254+
<string>2.1.4</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.1.3",
3+
"version": "2.1.4",
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)