From 3d831a32948f9c7030fa33777d9c9dbbf16c9927 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Tue, 2 Dec 2014 13:13:11 -0500 Subject: [PATCH] update change log --- Gruntfile.js | 2 +- docs/change-log.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9d0e0976..4e49cbf1 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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"; diff --git a/docs/change-log.md b/docs/change-log.md index 37404529..c1bd6e39 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -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: