diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3c330d5d..afd7a383e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f299904bb2..66f2b715ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng-mocks", - "version": "10.5.0", + "version": "10.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df4a8dd214..f5aca8f0cf 100644 --- a/package.json +++ b/package.json @@ -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",