From 7649e8c3bbe28f25b02517f8142db14cd40cdb32 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Wed, 7 Jan 2015 16:13:37 +0100 Subject: [PATCH] chore(release): v0.2.2 --- CHANGELOG.md | 8 ++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd01be8..c44febb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +### 0.2.2 (2015-01-07) + + +#### Bug Fixes + +* use of undefined this/scope ([744bff1](https://github.com/angular-ui/ui-codemirror/commit/744bff199f3cd57c0c7333fd73a775b11b3bde6d)) + ### 0.2.1 (2015-01-07) diff --git a/bower.json b/bower.json index 71efe7d..c567e26 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.2.1", + "version": "0.2.2", "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 f9243e3..cf252c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.2.1", + "version": "0.2.2", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT",