Skip to content

Commit f61703e

Browse files
committed
Prepare 0.3.0 release
1 parent 15df681 commit f61703e

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
### O.1.1
1+
## master
22

3-
Bug fixes
4-
- TTY support for jest-worker
3+
## 0.3.0
54

6-
### 0.1.0
5+
### Fixes
6+
* Mutex the workers, to behave more like native jest test runs ([#5](https://github.com/rogeliog/create-jest-runner/pull/5))
77

8-
- Initial Release
8+
### Features
9+
* Support serial execution ([#6](https://github.com/rogeliog/create-jest-runner/pull/6))
10+
11+
## O.2.0
12+
13+
### Features
14+
* Add skip functionality
15+
16+
## O.1.1
17+
18+
### Fixes
19+
* TTY support for jest-worker
20+
21+
## 0.1.0
22+
23+
* Initial Release

0 commit comments

Comments
 (0)