Skip to content

Commit

Permalink
chore(release): 10.5.1
Browse files Browse the repository at this point in the history
## [10.5.1](v10.5.0...v10.5.1) (2020-11-01)

### Bug Fixes

* mocking custom deps of providers ([87da53b](87da53b))
* providing MockProvider and its docs ([ecfb15d](ecfb15d))
  • Loading branch information
satanTime committed Nov 1, 2020
1 parent 904a5d5 commit f4ceb62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [10.5.1](https://github.com/ike18t/ng-mocks/compare/v10.5.0...v10.5.1) (2020-11-01)


### Bug Fixes

* mocking custom deps of providers ([87da53b](https://github.com/ike18t/ng-mocks/commit/87da53b646bdb0cdb30ddf4c87d3348e87b176ee))
* providing MockProvider and its docs ([ecfb15d](https://github.com/ike18t/ng-mocks/commit/ecfb15de2bd6f0fd308a10a4cd907775df994bdd))

# [10.5.0](https://github.com/ike18t/ng-mocks/compare/v10.4.0...v10.5.0) (2020-10-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-mocks",
"version": "10.5.0",
"version": "10.5.1",
"description": "A library mocking angular components, directives, pipes, services, providers and modules in unit tests, which also includes shallow rendering and flexible stubs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f4ceb62

Please sign in to comment.