Skip to content

Commit 5a3f1b6

Browse files
committed
v0.15.1
1 parent 41435fe commit 5a3f1b6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.15.1 (2019-05-11)
4+
5+
#### :rocket: Enhancement
6+
* [#366](https://github.com/emberjs/ember-mocha/pull/366) Deprecate `setupTest()`, `setupComponentTest()`, `setupModelTest()` and `setupAcceptanceTest()` functions ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :house: Internal
9+
* [#364](https://github.com/emberjs/ember-mocha/pull/364) Update `.npmignore` file ([@Turbo87](https://github.com/Turbo87))
10+
11+
#### Committers: 1
12+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
13+
14+
315
## v0.15.0 (2019-05-11)
416

517
#### :boom: Breaking Change

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.0",
3+
"version": "0.15.1",
44
"description": "Mocha helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)