diff --git a/CHANGELOG.md b/CHANGELOG.md index 33884f29..0d738b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2b7c166f..c443858d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inversify", - "version": "6.1.3", + "version": "6.1.4-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inversify", - "version": "6.1.3", + "version": "6.1.4-beta.1", "license": "MIT", "dependencies": { "@inversifyjs/common": "1.3.3", diff --git a/package.json b/package.json index 693f963f..1505b4b2 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,5 @@ }, "sideEffects": false, "types": "lib/inversify.d.ts", - "version": "6.1.3" + "version": "6.1.4-beta.1" }