middlewarify
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "middlewarify", | ||
"description": "Apply the middleware pattern to any function.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"homepage": "https://github.com/thanpolas/middlewarify", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -332,4 +332,8 @@ # Middlewarify | ||
- **v2.0.1**, _30 Oct 2020_ | ||
- Updated all dependencies to latest. | ||
- **v2.1.1**, _30 Oct 2020_ | ||
- Bumped so tagged version has appropriate changelog (last release minor | ||
bump mistake). | ||
- **v2.1.0**, _30 Oct 2020_ | ||
- Updated all dependencies to latest (minor bump was a mistake, should | ||
be patch ¯\_(ツ)_/¯). | ||
- **v2.0.0**, _09 Mar 2020_ **Breaking Changes** | ||
@@ -336,0 +340,0 @@ - Middlewarify will now execute all middleware synchronously by default. |
59792
389