From fd51f27d1a55667aa456191a4a700ac7037df2bf Mon Sep 17 00:00:00 2001 From: Nicolas Froidure Date: Thu, 14 Nov 2024 17:00:35 +0100 Subject: [PATCH] 17.2.1 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568630d..8533355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [17.2.1](https://github.com/nfroidure/knifecycle/compare/v17.2.0...v17.2.1) (2024-11-14) + + +### Bug Fixes + +* **build:** align the build with overrides ([688e5b0](https://github.com/nfroidure/knifecycle/commit/688e5b0f32f6057a2fd5b0023c03edf351c8a785)) + + +### BREAKING CHANGES + +* **build:** Some builds could break but in the real world no build were made in such a short +time frame. + + + # [17.2.0](https://github.com/nfroidure/knifecycle/compare/v17.1.0...v17.2.0) (2024-11-14) diff --git a/package-lock.json b/package-lock.json index 3fef12c..bad2f7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "knifecycle", - "version": "17.2.0", + "version": "17.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "knifecycle", - "version": "17.2.0", + "version": "17.2.1", "license": "MIT", "dependencies": { "debug": "^4.3.5", diff --git a/package.json b/package.json index b8ca642..b2bc95a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } }, "name": "knifecycle", - "version": "17.2.0", + "version": "17.2.1", "description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", "main": "dist/index.js", "types": "dist/index.d.ts",