Skip to content

Commit 54ad5b8

Browse files
committed
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2024-06-06) ### Bug Fixes * setup type `module` - `fast-alfred` restriction ([daefcbe](daefcbe))
1 parent daefcbe commit 54ad5b8

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+
## [2.0.1](https://github.com/Avivbens/alfred-open-whatsapp/compare/v2.0.0...v2.0.1) (2024-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* setup type `module` - `fast-alfred` restriction ([daefcbe](https://github.com/Avivbens/alfred-open-whatsapp/commit/daefcbe3844ad7fd190b48d96118c863e2d93b9c))
7+
18
# [2.0.0](https://github.com/Avivbens/alfred-open-whatsapp/compare/v1.2.4...v2.0.0) (2024-06-06)
29

310

info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ https://github.com/Avivbens/alfred-open-whatsapp</string>
12431243
</dict>
12441244
</array>
12451245
<key>version</key>
1246-
<string>2.0.0</string>
1246+
<string>2.0.1</string>
12471247
<key>webaddress</key>
12481248
<string>https://github.com/Avivbens/alfred-open-whatsapp</string>
12491249
</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-open-whatsapp",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Alfred Workflow to search contacts and open WhatsApp",
55
"keywords": [
66
"alfred",
@@ -81,4 +81,4 @@
8181
"publishConfig": {
8282
"registry": "https://registry.npmjs.org/"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)