Skip to content

Commit

Permalink
chore(main): release 0.8.4 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Oct 5, 2024
1 parent b9ffc3d commit ae88ee4
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.8.3"
".": "0.8.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.4](https://github.com/needle-di/core/compare/v0.8.3...v0.8.4) (2024-10-05)


### Documentation

* add remaining missing JSDoc documentation ([b9ffc3d](https://github.com/needle-di/core/commit/b9ffc3d51ab4ed6c24f7fae3b51b3907c2b0851f))

## [0.8.3](https://github.com/needle-di/core/compare/v0.8.2...v0.8.3) (2024-10-05)


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.8.3",
"version": "0.8.4",
"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.8.3",
"version": "0.8.4",
"description": "A simple TypeScript library for dependency injection",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit ae88ee4

Please sign in to comment.