Skip to content

Commit 1b21ec7

Browse files
committed
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2024-06-07) ### Bug Fixes * **docs:** add email to supported platforms ([e340da1](e340da1))
1 parent e340da1 commit 1b21ec7

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.0...v3.0.1) (2024-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** add email to supported platforms ([e340da1](https://github.com/Avivbens/alfred-engage-contact/commit/e340da13e795af4be681052bee05379843d4d1ab))
7+
18
# [3.0.0](https://github.com/Avivbens/alfred-engage-contact/compare/v2.1.0...v3.0.0) (2024-06-07)
29

310

info.plist

+2-1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ Supported apps:
357357
- SMS
358358
- Call
359359
- WhatsApp
360+
- Email
360361
361362
See the workflow codebase in here:
362363
https://github.com/Avivbens/alfred-engage-contact</string>
@@ -1455,7 +1456,7 @@ https://github.com/Avivbens/alfred-engage-contact</string>
14551456
</dict>
14561457
</array>
14571458
<key>version</key>
1458-
<string>3.0.0</string>
1459+
<string>3.0.1</string>
14591460
<key>webaddress</key>
14601461
<string>https://github.com/Avivbens/alfred-engage-contact</string>
14611462
</dict>

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-engage-contact",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Alfred Workflow to search contacts and engage with them",
55
"keywords": [
66
"alfred",

0 commit comments

Comments
 (0)