ospec 4.0.0

This commit is contained in:
Isiah Meadows 2019-07-24 05:57:56 -04:00
parent be0213a506
commit ba1498b61b
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "ospec", "name": "ospec",
"version": "3.1.0", "version": "4.0.0",
"description": "Noiseless testing framework", "description": "Noiseless testing framework",
"main": "ospec.js", "main": "ospec.js",
"directories": { "directories": {