Skip to content

Commit 27acf34

Browse files
committed
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.0...v3.0.0) (2024-06-07) ### Bug Fixes * rename repo ([b29aab9](b29aab9)) * search by email address too ([28a0b7c](28a0b7c)) ### Features * support `sms`, `whatsapp` and `call` features ([2367bef](2367bef)) * support input plamform ([f27d4dd](f27d4dd)) * support mail option, better display of contacts info ([5ca4e20](5ca4e20)) ### BREAKING CHANGES * repo renamed, as well as the alfred workflow
1 parent 7064298 commit 27acf34

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [3.0.0](https://github.com/Avivbens/alfred-engage-contact/compare/v2.1.0...v3.0.0) (2024-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* rename repo ([b29aab9](https://github.com/Avivbens/alfred-engage-contact/commit/b29aab9cc4f603a23227a0d7ed9526638a3cb873))
7+
* search by email address too ([28a0b7c](https://github.com/Avivbens/alfred-engage-contact/commit/28a0b7cf2db589b328b5bb4f011adccd2ef789f7))
8+
9+
10+
### Features
11+
12+
* support `sms`, `whatsapp` and `call` features ([2367bef](https://github.com/Avivbens/alfred-engage-contact/commit/2367bef446542a17adfab1dae88a29534d343df0))
13+
* support input plamform ([f27d4dd](https://github.com/Avivbens/alfred-engage-contact/commit/f27d4dd9c69b29acde4ab1a1b904007f0481ef0a))
14+
* support mail option, better display of contacts info ([5ca4e20](https://github.com/Avivbens/alfred-engage-contact/commit/5ca4e2045d69a42a9325fc0b17c15f922f4da7c6))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* repo renamed, as well as the alfred workflow
20+
121
# [2.1.0](https://github.com/Avivbens/alfred-open-whatsapp/compare/v2.0.3...v2.1.0) (2024-06-07)
222

323

info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ https://github.com/Avivbens/alfred-engage-contact</string>
14551455
</dict>
14561456
</array>
14571457
<key>version</key>
1458-
<string>2.1.0</string>
1458+
<string>3.0.0</string>
14591459
<key>webaddress</key>
14601460
<string>https://github.com/Avivbens/alfred-engage-contact</string>
14611461
</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-engage-contact",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Alfred Workflow to search contacts and engage with them",
55
"keywords": [
66
"alfred",
@@ -83,4 +83,4 @@
8383
"publishConfig": {
8484
"registry": "https://registry.npmjs.org/"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)