diff --git a/ospec/change-log.md b/ospec/change-log.md index 63e1b7c8..539725ec 100644 --- a/ospec/change-log.md +++ b/ospec/change-log.md @@ -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 diff --git a/ospec/package.json b/ospec/package.json index a8cb6a94..4706b9f9 100644 --- a/ospec/package.json +++ b/ospec/package.json @@ -1,6 +1,6 @@ { "name": "ospec", - "version": "4.0.0", + "version": "4.0.1", "description": "Noiseless testing framework", "main": "ospec.js", "directories": {