diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b788d9..dca2b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## 0.3.0 (2015-05-04) + +* **bower:** bump to CodeMirror ^5 + ### 0.2.3 (2015-01-27) diff --git a/bower.json b/bower.json index 323d91f..2c9fedb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.2.3", + "version": "0.3.0", "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 fca4358..9b76a11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.2.3", + "version": "0.3.0", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT",