Skip to content

Commit 9306cdb

Browse files
committed
chore(release): 3.0.3 [skip ci]
## [3.0.3](v3.0.2...v3.0.3) (2024-06-08) ### Bug Fixes * migrate to `cjs` moduling system ([9808170](9808170))
1 parent 9808170 commit 9306cdb

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.3](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.2...v3.0.3) (2024-06-08)
2+
3+
4+
### Bug Fixes
5+
6+
* migrate to `cjs` moduling system ([9808170](https://github.com/Avivbens/alfred-engage-contact/commit/9808170bb595e397a87f933392f77ff2a42b0b02))
7+
18
## [3.0.2](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.1...v3.0.2) (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.2</string>
1459+
<string>3.0.3</string>
14601460
<key>webaddress</key>
14611461
<string>https://github.com/Avivbens/alfred-engage-contact</string>
14621462
</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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-engage-contact",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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)