Skip to content

Commit 51a541b

Browse files
committed
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.3...v2.1.0) (2024-06-07) ### Features * support fuzzy-search, refactor code structure ✨ ([4fcb431](4fcb431))
1 parent e889316 commit 51a541b

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.0](https://github.com/Avivbens/alfred-open-whatsapp/compare/v2.0.3...v2.1.0) (2024-06-07)
2+
3+
4+
### Features
5+
6+
* support fuzzy-search, refactor code structure ✨ ([4fcb431](https://github.com/Avivbens/alfred-open-whatsapp/commit/4fcb4312350186ecb8dbe0d4fd15936ba20c9c53))
7+
18
## [2.0.3](https://github.com/Avivbens/alfred-open-whatsapp/compare/v2.0.2...v2.0.3) (2024-06-06)
29

310

info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ https://github.com/Avivbens/alfred-open-whatsapp</string>
12431243
</dict>
12441244
</array>
12451245
<key>version</key>
1246-
<string>2.0.3</string>
1246+
<string>2.1.0</string>
12471247
<key>webaddress</key>
12481248
<string>https://github.com/Avivbens/alfred-open-whatsapp</string>
12491249
</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-open-whatsapp",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Alfred Workflow to search contacts and open WhatsApp",
55
"keywords": [
66
"alfred",
@@ -82,4 +82,4 @@
8282
"publishConfig": {
8383
"registry": "https://registry.npmjs.org/"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)