Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Oct 4, 2020
1 parent 4e52131 commit 9cdc656
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.0.1 (2020-10-04)

#### :bug: Bug Fix
* `ember-cli-code-coverage`
* [#293](https://github.com/kategengler/ember-cli-code-coverage/pull/293) Fix empty reports when path option to existing build is used ([@robinborst95](https://github.com/robinborst95))
* [#290](https://github.com/kategengler/ember-cli-code-coverage/pull/290) Use in-repo addon's "root" property for includes location ([@mdeanjones](https://github.com/mdeanjones))

#### :house: Internal
* Other
* [#291](https://github.com/kategengler/ember-cli-code-coverage/pull/291) Use Jest for testing ([@Turbo87](https://github.com/Turbo87))
* `ember-cli-code-coverage`
* [#289](https://github.com/kategengler/ember-cli-code-coverage/pull/289) Convert to Monorepo ([@Turbo87](https://github.com/Turbo87))

#### Committers: 3
- Michael Jones ([@mdeanjones](https://github.com/mdeanjones))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@robinborst95](https://github.com/robinborst95)

## v1.0.0 (2020-08-31)

#### :boom: Breaking Change
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
}
},
"jest": {
"testMatch": ["<rootDir>/test-packages/*-test.js"]
"testMatch": [
"<rootDir>/test-packages/*-test.js"
]
},
"release-it": {
"plugins": {
Expand Down Expand Up @@ -62,5 +64,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion packages/ember-cli-code-coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-code-coverage",
"version": "1.0.0",
"version": "1.0.1",
"description": "Code coverage for ember projects using Istanbul",
"keywords": [
"ember-addon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "*",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/my-app-with-in-repo-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "*",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/my-app-with-in-repo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "*",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/my-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "*",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down

0 comments on commit 9cdc656

Please sign in to comment.