update change log
This commit is contained in:
parent
5f12b23f37
commit
3d831a3294
2 changed files with 10 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = function(grunt) {
|
||||
_ = require('lodash');
|
||||
|
||||
var version = "0.1.25";
|
||||
var version = "0.1.26";
|
||||
|
||||
var inputFolder = "./docs";
|
||||
var tempFolder = "./temp";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
## Change Log
|
||||
|
||||
[v0.1.26](/mithril/archive/v0.1.26) - maintenance
|
||||
|
||||
### Bug Fixes:
|
||||
|
||||
- make sure input[type] is CSS-targetable [#364](https://github.com/lhorie/mithril.js/issues/364)
|
||||
- throw error if m.route.param is called before initializing routes [#361](https://github.com/lhorie/mithril.js/issues/361)
|
||||
|
||||
---
|
||||
|
||||
[v0.1.25](/mithril/archive/v0.1.25) - maintenance
|
||||
|
||||
### Bug Fixes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue