From 98d6553988856528640d1893fe0aaae3ad9c5c43 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Sun, 18 Aug 2019 15:30:31 -0400 Subject: [PATCH] ospec@4.0.1 --- ospec/change-log.md | 3 +++ ospec/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {