Skip to content

Commit 1d0281f

Browse files
committed
Bump version to 2.2.1
1 parent 5dceb89 commit 1d0281f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.2.1 (2025-03-20)
2+
3+
- Fix findSelected and findSelectedBackwards commands (https://github.com/philc/vimium/issues/4655)
4+
- Fix openCopiedUrlInCurrentTab (https://github.com/philc/vimium/issues/4654)
5+
16
2.2.0 (2025-03-08)
27

38
- Use the browser's default search engine. [(#2598)](https://github.com/philc/vimium/issues/2598)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Vimium",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
66
"icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" },
77
"minimum_chrome_version": "105.0",

0 commit comments

Comments
 (0)