Skip to content

Commit

Permalink
[ospec] v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pygy committed Jun 30, 2018
1 parent ecfa59c commit e46d03f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ospec/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ospec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ospec",
"version": "3.0.0",
"version": "3.0.1",
"description": "Noiseless testing framework",
"main": "ospec.js",
"directories": {
Expand Down

0 comments on commit e46d03f

Please sign in to comment.