diff --git a/CHANGELOG.md b/CHANGELOG.md index 9964fec..d94bbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### 0.2.2 (2015-01-27) + + +#### Bug Fixes + +* onLoad called in the middle of the options ([5b1a3170](http://github.com/angular-ui/ui-ace/commit/5b1a3170acd482ded223cc21f31fcbf62964f4d4)) +* change to evalAsync + ### 0.2.1 (2015-01-11) diff --git a/bower.json b/bower.json index d10654f..a6bcee9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-ace", - "version": "0.2.1", + "version": "0.2.2", "description": "This directive allows you to add ACE editor elements.", "author": "https://github.com/angular-ui/ui-ace/graphs/contributors", "license": "MIT", diff --git a/package.json b/package.json index 5a72829..23f267d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-ace", - "version": "0.2.1", + "version": "0.2.2", "description": "This directive allows you to add ACE editor elements.", "author": "https://github.com/angular-ui/ui-ace/graphs/contributors", "license": "MIT",