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.6...v2.1.0) (2024-06-08)

### Bug Fixes

* install latest `fast-alfred` 🥷 ([6139472](6139472))
* move to `cjs` moduling ([399b2da](399b2da))

### Features

* support fuzzy search across all bookmarks 🥷 ([ec33acb](ec33acb))
  • Loading branch information
rocicorp-bot committed Jun 8, 2024
1 parent 3a096b7 commit 144962d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.0.6...v2.1.0) (2024-06-08)


### Bug Fixes

* install latest `fast-alfred` 🥷 ([6139472](https://github.com/Avivbens/alfred-search-bookmark/commit/61394723514a80f12b6e89392557754cdc328d0d))
* move to `cjs` moduling ([399b2da](https://github.com/Avivbens/alfred-search-bookmark/commit/399b2da48e596e2cd3abf5491a2948ae20bd10ab))


### Features

* support fuzzy search across all bookmarks 🥷 ([ec33acb](https://github.com/Avivbens/alfred-search-bookmark/commit/ec33acb52f476834547e9094ea17efbfa8eb49c1))

## [2.0.6](https://github.com/Avivbens/alfred-search-bookmark/compare/v2.0.5...v2.0.6) (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 @@ -251,7 +251,7 @@ https://github.com/Avivbens/alfred-search-bookmark</string>
</dict>
</array>
<key>version</key>
<string>2.0.6</string>
<string>2.1.0</string>
<key>webaddress</key>
<string>https://github.com/Avivbens/alfred-search-bookmark</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-search-bookmark",
"version": "2.0.6",
"version": "2.1.0",
"description": "Search across your bookmarks from all your Chrome profiles in Alfred",
"keywords": [
"alfred",
Expand Down Expand Up @@ -84,4 +84,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 144962d

Please sign in to comment.