Skip to content

Commit 2320fda

Browse files
authored
Bump version (#1789)
* chore: bump package version * docs: update changelog
1 parent b52364d commit 2320fda

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.5.1]
16+
17+
### Changed
18+
- Updated `Container.get` like methods to properly set bindings when autobind mode is set:
19+
- `@injectable` scopes properly handled.
20+
- Autobind mode no longer creates duplicated bindings.
21+
1522
## [7.5.0]
1623

1724
### Changed

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.5.0"
80+
"version": "7.5.1"
8181
}

0 commit comments

Comments
 (0)