diff --git a/README.md b/README.md index 1555c7a..66938f2 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,10 @@ Arguments: ## Changelog +### v1.1.0 (June 8th, 2022) + +- __Feature:__ budoExpress now returns the budo/express server or bundler, so you can attach your own event listeners + ### v1.0.8 (May 8, 2020) - __Patch:__ The previous release included a small error that broke Express integration; this is now fixed. diff --git a/package.json b/package.json index 795439d..784bbe3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@f0x52/budo-express", "description": "A small wrapper to integrate Budo with an Express application", - "version": "1.0.8", + "version": "1.1.0", "main": "index.js", "repository": "http://git.cryto.net/f0x/budo-express.git", "bugs": {