Skip to content

Commit

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


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.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",
Expand Down

0 comments on commit fd51f27

Please sign in to comment.