Skip to content

Commit

Permalink
chore(release): 3.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.3](v3.0.2...v3.0.3) (2024-06-08)

### Bug Fixes

* migrate to `cjs` moduling system ([9808170](9808170))
  • Loading branch information
rocicorp-bot committed Jun 8, 2024
1 parent 9808170 commit 9306cdb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.3](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.2...v3.0.3) (2024-06-08)


### Bug Fixes

* migrate to `cjs` moduling system ([9808170](https://github.com/Avivbens/alfred-engage-contact/commit/9808170bb595e397a87f933392f77ff2a42b0b02))

## [3.0.2](https://github.com/Avivbens/alfred-engage-contact/compare/v3.0.1...v3.0.2) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ https://github.com/Avivbens/alfred-engage-contact</string>
</dict>
</array>
<key>version</key>
<string>3.0.2</string>
<string>3.0.3</string>
<key>webaddress</key>
<string>https://github.com/Avivbens/alfred-engage-contact</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion 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-engage-contact",
"version": "3.0.2",
"version": "3.0.3",
"description": "Alfred Workflow to search contacts and engage with them",
"keywords": [
"alfred",
Expand Down Expand Up @@ -83,4 +83,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 9306cdb

Please sign in to comment.