From e94464e621c1c0af7c7fb3c0cbae342eb631f296 Mon Sep 17 00:00:00 2001 From: SimeonC Date: Mon, 25 May 2015 11:01:59 +1200 Subject: [PATCH] Release v1.4.1 --- bower.json | 2 +- changelog.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index bb93918f..99dd5e80 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "textAngular", - "version": "1.4.0", + "version": "1.4.1", "main": [ "./dist/textAngular.js", "./dist/textAngular-sanitize.js", diff --git a/changelog.md b/changelog.md index 7d1eb950..463a370c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ + +### 1.4.1 (2015-05-25) + + +#### Bug Fixes + +* **taPaste:** Fix the taPaste order s.t. sanitizer is called after paste handler. ([108857f6](http://github.com/fraywing/textAngular/commit/108857f69ac611f970ded65ba5c1207b8a6964d0), closes [#686](http://github.com/fraywing/textAngular/issues/686)) + + ## 1.4.0 (2015-05-24) diff --git a/package.json b/package.json index 3931122b..0c15770d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "textangular", - "version": "1.4.0", + "version": "1.4.1", "description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js", "maintainers": [ {