Skip to content

Commit

Permalink
chore(main): release core 0.8.2 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Oct 5, 2024
1 parent 1da6bde commit 7c295d9
Show file tree
Hide file tree
Showing 5 changed files with 23 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.1"
".": "0.8.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### Bug Fixes

* fix JSR bumping issues by adopting Release Please config ([#33](https://github.com/needle-di/core/issues/33)) ([977fc94](https://github.com/needle-di/core/commit/977fc9457e91b1f2640e6e217973ad9684c82dc7))


### Documentation

* fix incorrect Github links ([60783f3](https://github.com/needle-di/core/commit/`60783f3f4800ca64c676c31bfebbf93c20a2123b`))


### Miscellaneous Chores

* add release-please bootstrap file ([bc6ee60](https://github.com/needle-di/core/commit/bc6ee6002697ba9c0255f3f800db9747456c927e))
* fix changelog generation ([1da6bde](https://github.com/needle-di/core/commit/1da6bde5247c08e9d472358e6dc70faad41f9772))

## [0.8.1](https://github.com/needle-di/core/compare/v0.8.0...v0.8.1) (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.1",
"version": "0.8.2",
"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.1",
"version": "0.8.2",
"description": "A simple TypeScript library for dependency injection",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 7c295d9

Please sign in to comment.