Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed Mar 20, 2015
1 parent 76cd099 commit c3d43c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015.03.20, Version 0.1.0
* updated URL metadata (thanks freeall)
* updated dev dependencies
* added builds for iojs, node 0.12, dropped support for node <0.10

2014.05.11, Version 0.0.20
* removed hardcoded port 80 for more flexibility (thanks zeevl)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"api",
"stats"
],
"version": "0.0.20",
"version": "0.1.0",
"homepage": "https://github.com/mixpanel/mixpanel-node",
"author": "Carl Sverre",
"main": "lib/mixpanel-node",
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mixpanel.people.clear_charges("billybob");

// delete a user
mixpanel.people.delete_user("billybob");

// Create an alias for an existing distinct id
mixpanel.alias("distinct_id", "your_alias");

Expand Down Expand Up @@ -113,6 +113,7 @@ Contributions from:
- [sandinmyjoints](https://github.com/sandinmyjoints)
- [Jyrki Laurila](https://github.com/jylauril)
- [Zeevl](https://github.com/zeevl)
- [Tobias Baunbæk](https://github.com/freeall)

License
-------------------
Expand Down

0 comments on commit c3d43c3

Please sign in to comment.