diff --git a/CHANGELOG.md b/CHANGELOG.md index bd40975..3629380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +## [6.4.7] + ### Fixed - Updated `inversify` and `express` dependencies to be peer dependnecies as stated in the docs. diff --git a/package-lock.json b/package-lock.json index 19adea6..8883820 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inversify-express-utils", - "version": "6.4.6", + "version": "6.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inversify-express-utils", - "version": "6.4.6", + "version": "6.4.7", "license": "MIT", "dependencies": { "http-status-codes": "2.3.0" diff --git a/package.json b/package.json index 8745af6..3516ec1 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "update": "updates --update --minor && (git diff-files --quiet package.json || (rimraf package-lock.json node_modules && npm install))", "postupdate": "git diff-files --quiet package-lock.json || npm test" }, - "version": "6.4.6" + "version": "6.4.7" }