Skip to content

Commit

Permalink
17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Nov 7, 2024
1 parent 7f90e65 commit 32263c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32263c3

Please sign in to comment.