ospec@4.0.1

This commit is contained in:
Isiah Meadows 2019-08-18 15:30:31 -04:00
parent 9b1155c4aa
commit 98d6553988
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Change log for ospec
- [Upcoming](#upcoming)
- [4.0.1](#401)
- [4.0.0](#400)
- [3.1.0](#310)
- [3.0.1](#301)
@ -12,6 +13,8 @@
- [1.3 and earlier](#13-and-earlier)
### Upcoming...
### 4.0.1
- Fix `require` with relative paths
### 4.0.0

View file

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