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

Commit cd0b83d

Browse files
committedDec 28, 2013
chore(release): v0.5.0
1 parent f5de057 commit cd0b83d

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed
 

‎CHANGELOG.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# [Cha Cha Cha Changes](http://www.youtube.com/watch?v=pl3vxEudif8&t=0m53s)
1+
<a name="v0.5.0"></a>
2+
## v0.5.0 (2013-12-28)
23

3-
## Master
44

5+
#### Bug Fixes
6+
7+
* **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))
8+
* **grunt:** add forgotten publish.js file ([c75650b5](http://github.com/angular-ui/ui-map/commit/c75650b5bc3ed62e43591a737435d764e5fdcf29))
9+
* **travis:** use angular-ui-publisher ([f51d575a](http://github.com/angular-ui/ui-map/commit/f51d575a595b4d78facd887640a9b8162c2ab93a))
10+
11+
12+
#### Features
13+
14+
* **grunt:**
15+
* add connect tasks ([444e51c7](http://github.com/angular-ui/ui-map/commit/444e51c77adf906620f149965e117020060a86ac))
16+
* add serve task ([cee68085](http://github.com/angular-ui/ui-map/commit/cee6808598e5bd40ba1b245805f4cc3a5187ab23))
17+
* add ngmin ([51f4e98d](http://github.com/angular-ui/ui-map/commit/51f4e98d100f30b7ac8da8755459abc88b7b00ea))
18+
* add build and publish tasks ([057ef2cc](http://github.com/angular-ui/ui-map/commit/057ef2cce1d3a17546599224dc2fb7298dcae1ae))
19+
20+
21+
<a name="v0.4.0"></a>
522
## v0.4.0
623
* **Validate directive** has been upgraded
724
* **API BREAKING CHANGE!** now takes expressions instead of function references

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "AngularUI",
33
"name": "angular-ui-map",
4-
"version": "0.0.2",
4+
"version": "0.5.0",
55
"homepage": "http://angular-ui.github.com",
66
"keywords": [
77
"angular",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-map",
3-
"version": "0.0.3",
3+
"version": "0.5.0",
44
"description": "This directive allows you to add map elements.",
55
"author": "https://github.com/angular-ui/ui-map/graphs/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)
This repository has been archived.