Skip to content

Commit d519517

Browse files
authored
chore: bump version (#1847)
1 parent 6af53ba commit d519517

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Removed
1414

15+
## [7.6.1]
16+
17+
### Changed
18+
- Updated `getAll` and `getAllAsync` options with missing `chained` property.
19+
1520
## [7.6.0]
1621

1722
### Added
1823
- Added `MultiInjectOptions`.
1924

2025
### Changed
2126
- Updated `multiInject` decorator with optional `MultiInjectOptions`.
22-
- Updated `getAll` and `getAllAsync` with optional`chained` property.
27+
- Updated `getAll` and `getAllAsync` options with optional`chained` property.
2328

2429
## [7.5.4]
2530

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
7878
},
7979
"sideEffects": false,
80-
"version": "7.6.0"
80+
"version": "7.6.1"
8181
}

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export {
3030
BindingScope,
3131
DynamicValueBuilder,
3232
Factory,
33+
GetAllOptions,
3334
GetOptions,
3435
GetOptionsTagConstraint,
3536
MetadataName,

0 commit comments

Comments
 (0)