Skip to content

Commit 5974e3a

Browse files
authored
Chore/bump version (#1776)
* chore: bump version * docs: update changelog
1 parent 24dfb3d commit 5974e3a

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

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

1313
### Removed
1414

15+
## [7.4.0]
16+
17+
### Changed
18+
- Updated `ContainerModuleLoadOptions` with `rebind`.
19+
- Updated `ContainerModuleLoadOptions` with `rebindSync`.
20+
- Updated `BindToFluentSyntax.toResolvedValue` with additional type constraints.
21+
1522
## [7.3.0]
1623

1724
### Changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
77
"dependencies": {
88
"@inversifyjs/common": "1.5.0",
9-
"@inversifyjs/container": "1.7.0",
9+
"@inversifyjs/container": "1.8.0",
1010
"@inversifyjs/core": "5.1.0"
1111
},
1212
"devDependencies": {
@@ -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.3.0"
80+
"version": "7.4.0"
8181
}

0 commit comments

Comments
 (0)