Skip to content

Commit

Permalink
chore(release): 10.4.0
Browse files Browse the repository at this point in the history
# [10.4.0](v10.3.0...v10.4.0) (2020-10-24)

### Features

* exportAll flag for modules ([5f8835c](5f8835c))
* ngMocks.guts for easy start ([d19f958](d19f958))
* supporting fixture in ngMocks.find ([26da8a4](26da8a4))
  • Loading branch information
satanTime committed Oct 24, 2020
1 parent 7a6bdfd commit 64ef463
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [10.4.0](https://github.com/ike18t/ng-mocks/compare/v10.3.0...v10.4.0) (2020-10-24)


### Features

* exportAll flag for modules ([5f8835c](https://github.com/ike18t/ng-mocks/commit/5f8835c365db3f0ab44ce698d4b1ada2cc3137bb))
* ngMocks.guts for easy start ([d19f958](https://github.com/ike18t/ng-mocks/commit/d19f95809a9e5802f201ddce31372deecf95393d))
* supporting fixture in ngMocks.find ([26da8a4](https://github.com/ike18t/ng-mocks/commit/26da8a47033897f8fae31e387bfdac29aec05dd1))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-mocks",
"version": "10.3.0",
"version": "10.4.0",
"description": "Functions for creating angular mocks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"s:test:a10": "P=e2e/a10/src/test && rm -Rf $P && mkdir -p $P && cp -R tests $P && cp -R examples $P",
"s:test:a11": "P=e2e/a11/src/test && rm -Rf $P && mkdir -p $P && cp -R tests $P && cp -R examples $P",
"e2e": "npm run build && npm run i:a && npm run clear:a && npm run s:a && npm run s:test:a && npm run test:a",
"clean": "rm -rf dist test-reports",
"clean": "rm -rf dist test-reports tmp",
"commit": "npx git-cz",
"lint": "tslint --project tsconfig.json",
"lint:fix": "tslint --project tsconfig.json --fix",
Expand Down

0 comments on commit 64ef463

Please sign in to comment.