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": {