Skip to content

Commit

Permalink
package.json: bump version 0.2.10 -> 0.2.11
Browse files Browse the repository at this point in the history
New features:
- The firenvim browser button now contains a link to the troubleshooting
  guide (eb3abef)

Bug fixes:
- Firenvim will work on websites with strict CSPs on Firefox (50aae17, fa6406d)
- Neovim plugin has been fixed after neovim breaking change (35caecb)
- Unnecessary files aren't shipped on thunderbird anymore (f62386a)
- firenvim#install() will attempt to recover from cmd.exe and
  powershell.exe not existing in the PATH on windows (35ddc81)
- The thunderbird compose window will stop closing itself after some
  time without any activity (553c913)
- Negative or null-dimensions characters do not break the renderer
  anymore (3624c47)
  • Loading branch information
glacambre committed Nov 20, 2021
1 parent badb64c commit 7320a80
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.10"
"version": "0.2.11"
}

0 comments on commit 7320a80

Please sign in to comment.