Skip to content

Commit

Permalink
chore(release): 10.5.4
Browse files Browse the repository at this point in the history
## [10.5.4](v10.5.3...v10.5.4) (2020-11-14)

### Bug Fixes

* better handling of double decorations ([60bbebc](60bbebc))
* flex behavior for a mock pipe ([9769061](9769061))
* searching for things in default fixture ([17b5208](17b5208))
  • Loading branch information
satanTime committed Nov 14, 2020
1 parent 68df46d commit a1f667b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down

0 comments on commit a1f667b

Please sign in to comment.