Skip to content

Commit 35b0f97

Browse files
committed
chore(release): 3.0.5 [skip ci]
## [3.0.5](v3.0.4...v3.0.5) (2024-06-09) ### Bug Fixes * add `uid` to allow alfred knowledge ([7b09038](7b09038))
1 parent 7b09038 commit 35b0f97

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.5](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.4...v3.0.5) (2024-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* add `uid` to allow alfred knowledge ([7b09038](https://github.com/Avivbens/alfred-engage-contact/commit/7b09038bd9f5b7838c937069b0bffe0d91b75f56))
7+
18
## [3.0.4](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.3...v3.0.4) (2024-06-08)
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.4</string>
1459+
<string>3.0.5</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.4",
3+
"version": "3.0.5",
44
"description": "Alfred Workflow to search contacts and engage with them",
55
"keywords": [
66
"alfred",
@@ -82,4 +82,4 @@
8282
"publishConfig": {
8383
"registry": "https://registry.npmjs.org/"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)