Skip to content

Commit

Permalink
Bump version (#1593)
Browse files Browse the repository at this point in the history
* chore: bump package version

* docs: update changelog
  • Loading branch information
notaphplover authored Oct 23, 2024
1 parent 6cc8ed9 commit abe441f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

## [6.0.3]

### Fixed
property injection tagged as @optional no longer overrides default values with `undefined`.
Updated `targetName` to be a valid `typescript@5` decorator.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
},
"sideEffects": false,
"types": "lib/inversify.d.ts",
"version": "6.0.2"
"version": "6.0.3"
}

0 comments on commit abe441f

Please sign in to comment.