Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg a8f630ea3c 1.0.6 3 years ago
Sven Slootweg ca88918a42 Update changelog 3 years ago

@ -215,6 +215,10 @@ Arguments:
## Changelog
### v1.0.6 (December 7, 2020)
- __Patch:__ No longer crashes when headers have already been sent; though in some cases this may break auto-reloading. If you can find a better solution for livereload injection, please file a PR!
### v1.0.4 (October 23, 2020)
- __Patch:__ No longer breaks in development mode when a string is sent as the response (rather than a Buffer).

@ -1,7 +1,7 @@
{
"name": "budo-express",
"description": "A small wrapper to integrate Budo with an Express application",
"version": "1.0.5",
"version": "1.0.6",
"main": "index.js",
"repository": "http://git.cryto.net/joepie91/budo-express.git",
"bugs": {

Loading…
Cancel
Save