From e46d03f467a5fd2b0e0b5181cd1d6998860431ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Sat, 30 Jun 2018 20:27:24 +0200 Subject: [PATCH] [ospec] v3.0.1 --- ospec/change-log.md | 6 ++++++ ospec/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ospec/change-log.md b/ospec/change-log.md index 14337b577..58763d965 100644 --- a/ospec/change-log.md +++ b/ospec/change-log.md @@ -5,6 +5,12 @@ _2018-xx-yy_ +## 3.0.1 +_2018-06-30_ + +### Bug fix +- Move `glob` from `devDependencies` to `dependencies`, fix the test runner ([#2186](https://github.com/MithrilJS/mithril.js/pull/2186) [@porsager](https://github.com/porsager) + ## 3.0.0 _2018-06-20_ ### Breaking diff --git a/ospec/package.json b/ospec/package.json index 8f990a04d..62e766b80 100644 --- a/ospec/package.json +++ b/ospec/package.json @@ -1,6 +1,6 @@ { "name": "ospec", - "version": "3.0.0", + "version": "3.0.1", "description": "Noiseless testing framework", "main": "ospec.js", "directories": {