Skip to content

Commit

Permalink
Bump version (#1605)
Browse files Browse the repository at this point in the history
* chore: bump version

* docs: updated changelog
  • Loading branch information
notaphplover authored Nov 7, 2024
1 parent d305676 commit 5ee2522
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

## [6.1.0]

### Changed
- Updated `ServiceIdentifier` to rely on `Function` instead of `Abstract<T>`.
- `injectable` decorator is no longer required.

### Fixed
- Fixed `Target.getNameTag` with the right type: `number | string | symbol`.

## [6.0.3]

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 @@ -70,5 +70,5 @@
},
"sideEffects": false,
"types": "lib/inversify.d.ts",
"version": "6.0.3"
"version": "6.1.0"
}

0 comments on commit 5ee2522

Please sign in to comment.