Skip to content

Commit

Permalink
chore(main): release 0.10.1 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Jan 17, 2025
1 parent 9edb073 commit 1995c49
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.10.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.1](https://github.com/needle-di/core/compare/v0.10.0...v0.10.1) (2025-01-17)


### Bug Fixes

* fix incorrect type inference for injection tokens ([#58](https://github.com/needle-di/core/issues/58)) ([9edb073](https://github.com/needle-di/core/commit/9edb073a9186fd434180d0e7d189e4e786f7abe3))

## [0.10.0](https://github.com/needle-di/core/compare/v0.9.0...v0.10.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@needle-di/core",
"version": "0.10.0",
"version": "0.10.1",
"exports": "./src/index.ts",
"publish": {
"include": [
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/core",
"version": "0.10.0",
"version": "0.10.1",
"description": "A simple TypeScript library for dependency injection",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1995c49

Please sign in to comment.