diff --git a/CHANGELOG.md b/CHANGELOG.md index 038ca1c..cb611ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ -# [Cha Cha Cha Changes](http://www.youtube.com/watch?v=pl3vxEudif8&t=0m53s) + +## v0.5.0 (2013-12-28) -## Master +#### Bug Fixes + +* **demo:** add $params to .addMarker() arguments ([f5de0579](http://github.com/angular-ui/ui-map/commit/f5de0579d4164fe67c0a5d1842ffba08863d70d6), closes [#22](http://github.com/angular-ui/ui-map/issues/22)) +* **grunt:** add forgotten publish.js file ([c75650b5](http://github.com/angular-ui/ui-map/commit/c75650b5bc3ed62e43591a737435d764e5fdcf29)) +* **travis:** use angular-ui-publisher ([f51d575a](http://github.com/angular-ui/ui-map/commit/f51d575a595b4d78facd887640a9b8162c2ab93a)) + + +#### Features + +* **grunt:** + * add connect tasks ([444e51c7](http://github.com/angular-ui/ui-map/commit/444e51c77adf906620f149965e117020060a86ac)) + * add serve task ([cee68085](http://github.com/angular-ui/ui-map/commit/cee6808598e5bd40ba1b245805f4cc3a5187ab23)) + * add ngmin ([51f4e98d](http://github.com/angular-ui/ui-map/commit/51f4e98d100f30b7ac8da8755459abc88b7b00ea)) + * add build and publish tasks ([057ef2cc](http://github.com/angular-ui/ui-map/commit/057ef2cce1d3a17546599224dc2fb7298dcae1ae)) + + + ## v0.4.0 * **Validate directive** has been upgraded * **API BREAKING CHANGE!** now takes expressions instead of function references diff --git a/bower.json b/bower.json index 8ddd2e4..9230f8c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "author": "AngularUI", "name": "angular-ui-map", - "version": "0.0.2", + "version": "0.5.0", "homepage": "http://angular-ui.github.com", "keywords": [ "angular", diff --git a/package.json b/package.json index abb1f0d..950a409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-map", - "version": "0.0.3", + "version": "0.5.0", "description": "This directive allows you to add map elements.", "author": "https://github.com/angular-ui/ui-map/graphs/contributors", "license": "MIT",