Skip to content

Commit

Permalink
chore: bump package version (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover authored Dec 10, 2024
1 parent dc887ba commit c135e28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

### Fixed
- Fixed `Controller` without wrong constraints.

## [6.4.10]

### Added

### Changed

### Fixed
- Fixed `Controller` without wrong constraints (#417).

## [6.4.9]

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify-express-utils",
"version": "6.4.9",
"version": "6.4.10",
"author": "Cody Simms",
"description": "Some utilities for the development of express applications with Inversify",
"license": "MIT",
Expand Down

0 comments on commit c135e28

Please sign in to comment.