Skip to content

Commit

Permalink
package.json: bump version 0.2.11 -> 0.2.12
Browse files Browse the repository at this point in the history
New features:
- firenvim#focus_next and firenvim#focus_prev functions are now
  available in neovim in order to switch focus to the next/previous page
  element as <Tab> would in Firefox/Chrome (7f8c3c3)
- The firenvim add-on configuration page now points to instructions
  about configuring Firenvim (1014690)

Bug fixes:
- firenvim#eval_js should work better in firefox (1a56616)
- "tabs" permission has been removed - it turns out that it wasn't
  actually needed anymore (d316afe)
  • Loading branch information
glacambre committed Jan 9, 2022
1 parent 1a56616 commit 31befdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"ts"
]
},
"version": "0.2.11"
"version": "0.2.12"
}

0 comments on commit 31befdf

Please sign in to comment.