Skip to content

Commit

Permalink
package.json: bump version 0.1.30 -> 0.1.31
Browse files Browse the repository at this point in the history
New features:
- Chrome canary support on Mac.

Bug fixes:
- Firenvim does not hang anymore on pages that contain numerical HTML
  IDs.
- Firenvim now defaults to markdown on all reddit subdomains
- Firenvim will now always properly disappear from the page on page
  changes in web apps.
- The neovim plugin now uses a "firenvim" namespace for its tools,
  preventing conflicts with other plugins.
- firenvim#press_keys now correctly registers modifiers for special keys
  (e.g. <C-CR>).
  • Loading branch information
glacambre committed Sep 19, 2020
1 parent 1eb063b commit 04a63ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"ts"
]
},
"version": "0.1.30"
"version": "0.1.31"
}

0 comments on commit 04a63ae

Please sign in to comment.