Skip to content

Commit 27d3102

Browse files
authored
chore: bump version (#1742)
1 parent 29f755f commit 27d3102

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Removed
1414

15+
## [7.0.1]
16+
17+
### Changed
18+
- Updated `Container.get` like methods to no longer initialize twice singleton scoped bindings.
19+
1520
## [7.0.0]
1621

1722
Parity version with `7.0.0-alpha.5`

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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.5.2",
10-
"@inversifyjs/core": "4.0.0"
9+
"@inversifyjs/container": "1.5.3",
10+
"@inversifyjs/core": "4.0.1"
1111
},
1212
"devDependencies": {
1313
"@eslint/js": "9.21.0",
@@ -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.0.0"
80+
"version": "7.0.1"
8181
}

0 commit comments

Comments
 (0)