Skip to content

Commit 2a4d289

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.4...v2.0.0) (2024-06-06) ### Features * migrate to `fast-alfred` 🚀 ([f41f62f](f41f62f)) ### BREAKING CHANGES * `npm` is not supported anymore - download via GitHub Releases
1 parent 9cd00d7 commit 2a4d289

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/Avivbens/alfred-open-whatsapp/compare/v1.2.4...v2.0.0) (2024-06-06)
2+
3+
4+
### Features
5+
6+
* migrate to `fast-alfred` 🚀 ([f41f62f](https://github.com/Avivbens/alfred-open-whatsapp/commit/f41f62fbecc2b307dbe14a0616b39dc0de33b860))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `npm` is not supported anymore - download via GitHub Releases
12+
113
## [1.2.4](https://github.com/Avivbens/alfred-open-whatsapp/compare/v1.2.3...v1.2.4) (2024-06-06)
214

315
### Bug Fixes

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>1.2.2</string>
1246+
<string>2.0.0</string>
12471247
<key>webaddress</key>
12481248
<string>https://github.com/Avivbens/alfred-open-whatsapp</string>
12491249
</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-open-whatsapp",
3-
"version": "1.2.4",
3+
"version": "2.0.0",
44
"description": "Alfred Workflow to search contacts and open WhatsApp",
55
"keywords": [
66
"alfred",
@@ -80,4 +80,4 @@
8080
"publishConfig": {
8181
"registry": "https://registry.npmjs.org/"
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)