From 0de1417b2500c7ffe6c0dc5b3105c2244e873fb8 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Sat, 28 Dec 2013 14:11:40 +0100 Subject: [PATCH] chore(release): v0.1.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2713e5f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ + +## v0.1.0 (2013-12-28) + + +#### Features + +* **publisher:** initial publisher use commit ([a144e2f8](https://github.com/angular-ui/ui-codemirror/commit/a144e2f8b3134df9e4a9ce313778b0086ea82af9)) + diff --git a/README.md b/README.md index 581c424..95412f6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This directive allows you to add [CodeMirror](http://codemirror.net/) to your te You can get it from [Bower](http://bower.io/) ```sh -bower install angular-ui-codemirror +bower install angular-ui-codemirror\#bower ``` This will copy the UI.Codemirror files into a `bower_components` folder, along with its dependencies. Load the script files in your application: diff --git a/bower.json b/bower.json index ed9a4c2..7a26a10 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.0.7", + "version": "0.1.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 765257f..16ffab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.0.7", + "version": "0.1.0", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT",