Skip to content

Commit

Permalink
chore(main): release 0.6.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Sep 29, 2024
1 parent 7084676 commit 7861d8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.1](https://github.com/dirkluijk/needle-di/compare/v0.6.0...v0.6.1) (2024-09-29)


### Bug Fixes

* fix incorrect type-inference on bindAll() method ([#22](https://github.com/dirkluijk/needle-di/issues/22)) ([7a2e3bd](https://github.com/dirkluijk/needle-di/commit/7a2e3bdf2b22d194cefb0dcd3d4b2ddb9589516b))


### Documentation

* improved docs and added JSDocs ([#24](https://github.com/dirkluijk/needle-di/issues/24)) ([7084676](https://github.com/dirkluijk/needle-di/commit/708467639a60603b63cb7405ecaeaadaf2979562))

## [0.6.0](https://github.com/dirkluijk/needle-di/compare/v0.5.0...v0.6.0) (2024-09-28)


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
@@ -1,6 +1,6 @@
{
"name": "needle-di",
"version": "0.6.0",
"version": "0.6.1",
"description": "A simple TypeScript library for dependency injection",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 7861d8b

Please sign in to comment.