From 892b096cac3ec0e01c8917a9b31fde72091d1c76 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Mon, 4 May 2015 01:43:51 +0200 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 5 +++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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",