diff --git a/CHANGELOG.md b/CHANGELOG.md index 637ba2f..7411df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +## [6.5.0] + +### Added + ### Changed - Updated `BaseMiddleware.handler` to allow async handlers. - Updated `Middleware` to allow include any `ServiceIdentifier`. diff --git a/package-lock.json b/package-lock.json index df92229..68a1b43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inversify-express-utils", - "version": "6.4.10", + "version": "6.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inversify-express-utils", - "version": "6.4.10", + "version": "6.5.0", "license": "MIT", "dependencies": { "http-status-codes": "2.3.0" diff --git a/package.json b/package.json index 341b777..edfe25a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify-express-utils", - "version": "6.4.10", + "version": "6.5.0", "author": "Cody Simms", "description": "Some utilities for the development of express applications with Inversify", "license": "MIT",