Skip to content

Commit bf32e34

Browse files
committed
v0.16.0
1 parent 98eab13 commit bf32e34

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
* [#365](https://github.com/emberjs/ember-mocha/pull/365) Drop support for Node.js 6 ([@Turbo87](https://github.com/Turbo87))
1111
* [#346](https://github.com/emberjs/ember-mocha/pull/346) Bump ember-cli-babel from 6.17.2 to 7.7.3
1212

13-
#### Committers: 1
13+
#### :memo: Documentation
14+
* [#375](https://github.com/emberjs/ember-mocha/pull/375) Ensure start call is documented in README ([@maxfierke](https://github.com/maxfierke))
15+
16+
#### :house: Internal
17+
* [#364](https://github.com/emberjs/ember-mocha/pull/364) Update `.npmignore` file ([@Turbo87](https://github.com/Turbo87))
18+
19+
#### Committers: 2
20+
- Max Fierke ([@maxfierke](https://github.com/maxfierke))
1421
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
1522

1623

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mocha",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "Mocha helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)