Skip to content

Commit ba1498b

Browse files
committedJul 24, 2019
ospec 4.0.0
1 parent be0213a commit ba1498b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎ospec/change-log.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
### Upcoming...
1414

15+
### 4.0.0
16+
- Pull ESM support out
17+
1518
### 3.1.0
1619
- ospec: Test results now include `.message` and `.context` regardless of whether the test passed or failed. (#2227 @robertakarobin)
1720
<!-- Add new lines here. Version number will be decided later -->

‎ospec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ospec",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Noiseless testing framework",
55
"main": "ospec.js",
66
"directories": {

0 commit comments

Comments
 (0)
Please sign in to comment.