Skip to content

Commit

Permalink
Merge 6.1.4 beta changes (#1633)
Browse files Browse the repository at this point in the history
* chore: bump version

* docs: update changelog

* chore: bump version

* docs: update changelog

* docs: update changelog
  • Loading branch information
notaphplover authored Nov 13, 2024
1 parent 5370a50 commit 3a5634b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Updated container to allow deactivating singleton undefined values.
- Updated planner to provide right circular dependent services when such dependencies are detected.
- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.

## [6.1.4-beta.1]

### Fixed
- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.

## [6.1.4-beta.0]

### Changed
- Updated planner with better error description when a binding can not be properly resolved.

## [6.1.3]

### Fixed
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
Expand Up @@ -79,5 +79,5 @@
},
"sideEffects": false,
"types": "lib/inversify.d.ts",
"version": "6.1.3"
"version": "6.1.4-beta.1"
}

0 comments on commit 3a5634b

Please sign in to comment.