Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Mar 31, 2012
1 parent 879b50e commit e22433d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Expand Up @@ -3,6 +3,10 @@ the full MySQL bindings for Node.js using libmysqlclient.

### In next version

* ...

## Version 1.3.0

* Improvements:
* Add binding.gyp sypport for node v0.6.x and newer, refs #111
* Introduce node_async_shim.h for transparent eio_custom()/uv_queue_work() support
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
, "description" : "Binary MySQL bindings for Node.JS"
, "keywords" : ["mysql", "libmysqlclient", "sql", "database", "addon"]
, "homepage" : "http://sannis.github.com/node-mysql-libmysqlclient"
, "version" : "1.2.10"
, "version" : "1.3.0"
, "author" : "Oleg Efimov <efimovov@gmail.com>"
, "contributors" :
[ { "name": "Oleg Efimov"
Expand Down Expand Up @@ -38,6 +38,12 @@
, { "name": "Sergey Novgorodsky"
, "email": "svnovgorodsky@hotmail.com"
}
, { "name": "Ștefan Rusu"
, "email": "saltwaterc@gmail.com"
}
, { "name": "Zhiqiang Zhaoy"
, "email": "zzqvincent@gmail.com"
}
]
, "bugs" : { "url" : "http://github.com/Sannis/node-mysql-libmysqlclient/issues" }
, "licenses" : [ { "type" : "MIT" } ]
Expand Down

0 comments on commit e22433d

Please sign in to comment.