diff --git a/CHANGELOG.md b/CHANGELOG.md index 650694aef2..371641d1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [10.5.4](https://github.com/ike18t/ng-mocks/compare/v10.5.3...v10.5.4) (2020-11-14) + + +### Bug Fixes + +* better handling of double decorations ([60bbebc](https://github.com/ike18t/ng-mocks/commit/60bbebc506325faa236b29249d686cbae17e5569)) +* flex behavior for a mock pipe ([9769061](https://github.com/ike18t/ng-mocks/commit/97690614511753dc8cb5bcf6dcbc4d57ca9f3eb3)) +* searching for things in default fixture ([17b5208](https://github.com/ike18t/ng-mocks/commit/17b5208afcc50ac2705f15bc6fd9c016eda627ce)) + ## [10.5.3](https://github.com/ike18t/ng-mocks/compare/v10.5.2...v10.5.3) (2020-11-07) diff --git a/package-lock.json b/package-lock.json index 14e5748c2a..ab32debd13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng-mocks", - "version": "10.5.3", + "version": "10.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b531d16b8..48f0761996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-mocks", - "version": "10.5.3", + "version": "10.5.4", "description": "A library creating angular mock components, directives, pipes, services, providers and modules in unit tests, which also includes shallow rendering and precise stubs to dump child dependencies.", "main": "dist/index.js", "types": "dist/index.d.ts",