From d400940cda32699da5168504a2c2b7c9035a5a92 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 11 Oct 2015 15:00:48 +0200 Subject: [PATCH] 1.4.0 --- component.json | 2 +- history.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index cf69965..b6febce 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "alex", - "version": "1.3.0", + "version": "1.4.0", "description": "Catch insensitive, inconsiderate writing", "license": "MIT", "repository": "wooorm/alex", diff --git a/history.md b/history.md index ea41137..c0b2dfe 100644 --- a/history.md +++ b/history.md @@ -2,6 +2,12 @@ +1.4.0 / 2015-10-11 +================== + +* Update mdast, retext-equality ([e550762](https://github.com/wooorm/alex/commit/e550762)) +* Fix type: `iof` > `if` ([801c4ae](https://github.com/wooorm/alex/commit/801c4ae)) + 1.3.0 / 2015-10-07 ================== diff --git a/package.json b/package.json index 48efc86..760b2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alex", - "version": "1.3.0", + "version": "1.4.0", "description": "Catch insensitive, inconsiderate writing", "license": "MIT", "repository": "wooorm/alex",