Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 051f34a

Browse files
committed
chore(release): v0.2.2
1 parent 8e9d59e commit 051f34a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="0.2.2"></a>
2+
### 0.2.2 (2015-01-27)
3+
4+
5+
#### Bug Fixes
6+
7+
* onLoad called in the middle of the options ([5b1a3170](http://github.com/angular-ui/ui-ace/commit/5b1a3170acd482ded223cc21f31fcbf62964f4d4))
8+
* change to evalAsync
9+
110
<a name="0.2.1"></a>
211
### 0.2.1 (2015-01-11)
312

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-ace",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "This directive allows you to add ACE editor elements.",
55
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
66
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-ace",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "This directive allows you to add ACE editor elements.",
55
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)