diff --git a/CHANGELOG.md b/CHANGELOG.md index 6213d8f..d783c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [17.1.0](https://github.com/nfroidure/knifecycle/compare/v17.0.3...v17.1.0) (2024-11-07) + + +### Features + +* **utils:** add a way to uninject a dependency ([7f90e65](https://github.com/nfroidure/knifecycle/commit/7f90e65482f654b2202b20177ba75c3e3160ab26)) + + + ## [17.0.3](https://github.com/nfroidure/knifecycle/compare/v17.0.2...v17.0.3) (2024-07-15) diff --git a/package-lock.json b/package-lock.json index 35ca867..6585807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "knifecycle", - "version": "17.0.3", + "version": "17.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "knifecycle", - "version": "17.0.3", + "version": "17.1.0", "license": "MIT", "dependencies": { "debug": "^4.3.5", diff --git a/package.json b/package.json index 9b72e80..e3b7ae9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } }, "name": "knifecycle", - "version": "17.0.3", + "version": "17.1.0", "description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", "main": "dist/index.js", "types": "dist/index.d.ts",