Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Oct 10, 2014
1 parent 95f59c3 commit 80ff45b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 23 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
@@ -1,2 +1,7 @@
# Ordered by date of first contribution.
# Auto-generated by 'contributors' on Fri, 10 Oct 2014 01:15:55 GMT.
# https://github.com/xingrz/node-contributors

fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
falsecz <bender@false.cz> (https://github.com/falsecz)
aleafs <zhangxc83@gmail.com> (https://github.com/aleafs)
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

1.0.0 / 2014-10-10
==================

* return zk client (@aleafs)
* use istanbul for coverage
* Fixed travis test

0.2.3 / 2014-10-02
==================

Expand Down
21 changes: 0 additions & 21 deletions LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ zk.once('connected', function (err) {

(The MIT License)

Copyright (c) 2013 fengmk2 &lt;fengmk2@gmail.com&gt;
Copyright (c) 2013 - 2014 fengmk2 &lt;fengmk2@gmail.com&gt;

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zookeeper-watcher",
"version": "0.2.3",
"version": "1.0.0",
"description": "Extend node-zookeeper-client, let zookeeper client support `watch(path)` method.",
"main": "index.js",
"scripts": {
Expand All @@ -17,6 +17,7 @@
"node-zookeeper-client": "~0.2.1"
},
"devDependencies": {
"contributors": "*",
"interceptor": "~0.1.4",
"istanbul": "*",
"mocha": "*",
Expand Down

0 comments on commit 80ff45b

Please sign in to comment.