Skip to content

Commit dd55abc

Browse files
authored
chore: bump version (#467)
1 parent f0eb0de commit dd55abc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [6.5.0]
17+
18+
### Added
19+
1220
### Changed
1321
- Updated `BaseMiddleware.handler` to allow async handlers.
1422
- Updated `Middleware` to allow include any `ServiceIdentifier`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inversify-express-utils",
3-
"version": "6.4.10",
3+
"version": "6.5.0",
44
"author": "Cody Simms",
55
"description": "Some utilities for the development of express applications with Inversify",
66
"license": "MIT",

0 commit comments

Comments
 (0)