Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 7649e8c

Browse files
committed
chore(release): v0.2.2
1 parent 0f66a90 commit 7649e8c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="0.2.2"></a>
2+
### 0.2.2 (2015-01-07)
3+
4+
5+
#### Bug Fixes
6+
7+
* use of undefined this/scope ([744bff1](https://github.com/angular-ui/ui-codemirror/commit/744bff199f3cd57c0c7333fd73a775b11b3bde6d))
8+
19
<a name="0.2.1"></a>
210
### 0.2.1 (2015-01-07)
311

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "This directive allows you to add CodeMirror to your textarea elements.",
55
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "This directive allows you to add CodeMirror to your textarea elements.",
55
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)