From 9df3e97cc3fedbbae68f6ab4273bfe64a2393015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Wed, 9 May 2018 21:02:25 +0200 Subject: [PATCH] [ospec] v2.0.0 --- ospec/change-log.md | 4 ++-- ospec/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ospec/change-log.md b/ospec/change-log.md index 1dea54c5..f83f31ce 100644 --- a/ospec/change-log.md +++ b/ospec/change-log.md @@ -2,13 +2,13 @@ ## Upcoming... -_2018-05-08_ +_2018-xx-xx_ - ... ## 2.0.0 -_2018-05-xx_ +_2018-05-09_ - Added `--require` feature to the ospec executable ([#2144](https://github.com/MithrilJS/mithril.js/pull/2144), [@gilbert](https://github.com/gilbert)) - In Node.js, ospec only uses colors when the output is sent to a terminal ([#2143](https://github.com/MithrilJS/mithril.js/pull/2143)) - the CLI runner now accepts globs as arguments ([#2141](https://github.com/MithrilJS/mithril.js/pull/2141), [@maranomynet](https://github.com/maranomynet)) diff --git a/ospec/package.json b/ospec/package.json index 449d8fd2..0d83df7b 100644 --- a/ospec/package.json +++ b/ospec/package.json @@ -1,6 +1,6 @@ { "name": "ospec", - "version": "1.4.0", + "version": "2.0.0", "description": "Noiseless testing framework", "main": "ospec.js", "directories": {