From 3a5634b0ce445f34f205d763fffbc1432dc6dc65 Mon Sep 17 00:00:00 2001 From: notaphplover Date: Wed, 13 Nov 2024 20:58:35 +0100 Subject: [PATCH] Merge 6.1.4 beta changes (#1633) * chore: bump version * docs: update changelog * chore: bump version * docs: update changelog * docs: update changelog --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) 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" }