Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.3...v2.1.0) (2024-06-07)

### Features

* support fuzzy-search, refactor code structure ✨ ([4fcb431](4fcb431))
  • Loading branch information
rocicorp-bot committed Jun 7, 2024
1 parent e889316 commit 51a541b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0](https://github.com/Avivbens/alfred-open-whatsapp/compare/v2.0.3...v2.1.0) (2024-06-07)


### Features

* support fuzzy-search, refactor code structure ✨ ([4fcb431](https://github.com/Avivbens/alfred-open-whatsapp/commit/4fcb4312350186ecb8dbe0d4fd15936ba20c9c53))

## [2.0.3](https://github.com/Avivbens/alfred-open-whatsapp/compare/v2.0.2...v2.0.3) (2024-06-06)


Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ https://github.com/Avivbens/alfred-open-whatsapp</string>
</dict>
</array>
<key>version</key>
<string>2.0.3</string>
<string>2.1.0</string>
<key>webaddress</key>
<string>https://github.com/Avivbens/alfred-open-whatsapp</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-open-whatsapp",
"version": "2.0.3",
"version": "2.1.0",
"description": "Alfred Workflow to search contacts and open WhatsApp",
"keywords": [
"alfred",
Expand Down Expand Up @@ -82,4 +82,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 51a541b

Please sign in to comment.