Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 28, 2013
1 parent f5de057 commit cd0b83d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# [Cha Cha Cha Changes](http://www.youtube.com/watch?v=pl3vxEudif8&t=0m53s)
<a name="v0.5.0"></a>
## 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))


<a name="v0.4.0"></a>
## v0.4.0
* **Validate directive** has been upgraded
* **API BREAKING CHANGE!** now takes expressions instead of function references
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cd0b83d

Please sign in to comment.