Skip to content

Commit c135e28

Browse files
authored
chore: bump package version (#418)
1 parent dc887ba commit c135e28

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

1414
### Fixed
15-
- Fixed `Controller` without wrong constraints.
15+
16+
## [6.4.10]
17+
18+
### Added
19+
20+
### Changed
21+
22+
### Fixed
23+
- Fixed `Controller` without wrong constraints (#417).
1624

1725
## [6.4.9]
1826

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.9",
3+
"version": "6.4.10",
44
"author": "Cody Simms",
55
"description": "Some utilities for the development of express applications with Inversify",
66
"license": "MIT",

0 commit comments

Comments
 (0)