[ospec] v3.0.1

This commit is contained in:
Pierre-Yves Gérardy 2018-06-30 20:27:24 +02:00 committed by Pierre-Yves Gérardy
parent ecfa59c016
commit e46d03f467
2 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,12 @@
_2018-xx-yy_
<!-- Add new lines here. Version number will be decided later -->
## 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

View file

@ -1,6 +1,6 @@
{
"name": "ospec",
"version": "3.0.0",
"version": "3.0.1",
"description": "Noiseless testing framework",
"main": "ospec.js",
"directories": {