Skip to content

Commit 44cd844

Browse files
committed
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2024-06-07) ### Bug Fixes * install latest `fast-alfred` - change according to `esm` instructions 🥷 ([79945c8](79945c8))
1 parent 79945c8 commit 44cd844

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+
## [3.0.2](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.1...v3.0.2) (2024-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* install latest `fast-alfred` - change according to `esm` instructions 🥷 ([79945c8](https://github.com/Avivbens/alfred-engage-contact/commit/79945c8440916a997e2c06a2141735b7779b039a))
7+
18
## [3.0.1](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.0...v3.0.1) (2024-06-07)
29

310

info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ https://github.com/Avivbens/alfred-engage-contact</string>
14561456
</dict>
14571457
</array>
14581458
<key>version</key>
1459-
<string>3.0.1</string>
1459+
<string>3.0.2</string>
14601460
<key>webaddress</key>
14611461
<string>https://github.com/Avivbens/alfred-engage-contact</string>
14621462
</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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Alfred Workflow to search contacts and engage with them",
55
"keywords": [
66
"alfred",
@@ -84,4 +84,4 @@
8484
"publishConfig": {
8585
"registry": "https://registry.npmjs.org/"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)