Skip to content

Commit ec4db7d

Browse files
committed
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2024-06-09) ### Bug Fixes * add `uid` to allow alfred knowledge ([e2b2508](e2b2508))
1 parent e2b2508 commit ec4db7d

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.2](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.1.1...v2.1.2) (2024-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* add `uid` to allow alfred knowledge ([e2b2508](https://github.com/Avivbens/alfred-search-bookmark/commit/e2b250889fbaed4a6861a0d5614f9aae5ee38b32))
7+
18
## [2.1.1](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.1.0...v2.1.1) (2024-06-08)
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.1</string>
254+
<string>2.1.2</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.1",
3+
"version": "2.1.2",
44
"description": "Search across your bookmarks from all your Chrome profiles in Alfred",
55
"keywords": [
66
"alfred",
@@ -83,4 +83,4 @@
8383
"publishConfig": {
8484
"registry": "https://registry.npmjs.org/"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)