New release to npm and added changelog

Esse commit está contido em:
Laurent Eschenauer
2013-09-01 21:39:32 +02:00
commit ec57cbc21f
2 arquivos alterados com 17 adições e 2 exclusões
+15
Ver Arquivo
@@ -0,0 +1,15 @@
# Changes
This file is a manually maintained list of changes for each release. Feel free
to send corrections if you spot any mistakes.
## v0.1.1 (2013-09-01)
* Fixed issue with cw/ccw yaw rotation
* Fixed issue with improper yaw reset on some moves
* Added ctrl-c logic to example for emegency landing
## v0.1.0 (2013-08-23)
* Initial release to npm
+2 -2
Ver Arquivo
@@ -1,6 +1,6 @@
{ {
"name": "ardrone-autonomy", "name": "ardrone-autonomy",
"version": "0.1.0", "version": "0.1.1",
"description": "Building blocks for autonomous flying an AR.Drone.", "description": "Building blocks for autonomous flying an AR.Drone.",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -20,7 +20,7 @@
}, },
"dependencies": { "dependencies": {
"sylvester": "0.0.21", "sylvester": "0.0.21",
"async": "~0.2.9" "async": "0.2.9"
}, },
"devDependencies": { "devDependencies": {
"utest": "0.0.6", "utest": "0.0.6",