Skip to content

Commit d28efe0

Browse files
authored
chore: bump version (#1773)
1 parent e989dbd commit d28efe0

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

1313
### Removed
1414

15+
## [7.3.0]
16+
17+
### Changed
18+
- Updated `Container` with `rebindSync`.
19+
- Updated `Container` with `unbindSync`.
20+
- Updated `Container` with `rebind`.
21+
- Updated `ContainerModuleLoadOptions` with `unbindSync`.
22+
- Updated `ContainerModuleLoadOptions.unbind` to accept `BindingIdentifier`.
23+
1524
## [7.2.0]
1625

1726
### Added

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

0 commit comments

Comments
 (0)