Skip to content

Commit

Permalink
17.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Dec 2, 2024
1 parent 4eeec46 commit b77935c
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.3.0](https://github.com/nfroidure/knifecycle/compare/v17.2.1...v17.3.0) (2024-12-02)


### Features

* **core:** add a $ready service ([4eeec46](https://github.com/nfroidure/knifecycle/commit/4eeec460e3e364464ba54dc9a665eeb5a50ceeae)), closes [#135](https://github.com/nfroidure/knifecycle/issues/135)



## [17.2.1](https://github.com/nfroidure/knifecycle/compare/v17.2.0...v17.2.1) (2024-11-14)


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.2.1",
"version": "17.3.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 b77935c

Please sign in to comment.