~glacambre/firenvim

7320a805f51b4cf03de4e3b30088838d3f84adda — glacambre 3 years ago badb64c
package.json: bump version 0.2.10 -> 0.2.11

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)
1 files changed, 1 insertions(+), 1 deletions(-)

M package.json
M package.json => package.json +1 -1
@@ 65,5 65,5 @@
      "ts"
    ]
  },
  "version": "0.2.10"
  "version": "0.2.11"
}