From 079e4716bf609562b0bd3d939d70993d4f93f35a Mon Sep 17 00:00:00 2001 From: notaphplover Date: Wed, 4 Dec 2024 14:26:34 +0100 Subject: [PATCH] chore: bump version (#415) --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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",