diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b0497..98fcbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +## [6.4.9] + ### Fixed - Fixed wrong emited typescript delclaration files (#1668). diff --git a/package-lock.json b/package-lock.json index 6a21d9d..aa848ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inversify-express-utils", - "version": "6.4.8", + "version": "6.4.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inversify-express-utils", - "version": "6.4.8", + "version": "6.4.9", "license": "MIT", "dependencies": { "http-status-codes": "2.3.0" diff --git a/package.json b/package.json index e802960..1644a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify-express-utils", - "version": "6.4.8", + "version": "6.4.9", "author": "Cody Simms", "description": "Some utilities for the development of express applications with Inversify", "license": "MIT",