Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Apr 15, 2021
1 parent b315ae9 commit 5d86802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Upgrade information for v4.x to v5.x

### Fixed
- Update `toConstructor`, `toFactory`, `toFunction`, `toAutoFactory`, `toProvider` and `toConstantValue` to have singleton scope #1297.

## [5.0.1] - 2018-10-17
### Added
- Updating constructor injection wiki document with concrete injection example #922
Expand Down
2 changes: 1 addition & 1 deletion test/bugs/issue_1297.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ describe("Issue 1297", () => {

expect(onActivationHandlerSpy.callCount).to.eq(1);
});
});
});

0 comments on commit 5d86802

Please sign in to comment.