From 7b0f5220e7771fd36e5fae9d8814250b9cf95952 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Tue, 27 Jan 2015 19:22:05 +0100 Subject: [PATCH] chore(release): v0.2.3 --- CHANGELOG.md | 9 +++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44febb..3b788d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### 0.2.3 (2015-01-27) + + +#### Bug Fixes + +* error calling scope.$applyAsync ([15b84f04](https://github.com/angular-ui/ui-codemirror/commit/15b84f04b322958c6f00e476d0ef8e872ea98770), closes [#89](https://github.com/angular-ui/ui-codemirror/issues/89)) + + ### 0.2.2 (2015-01-07) diff --git a/bower.json b/bower.json index c567e26..bcc32ec 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.2.2", + "version": "0.2.3", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT", diff --git a/package.json b/package.json index cf252c5..fca4358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.2.2", + "version": "0.2.3", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT",