Node-Virtualization / node-virtualbox

A JavaScript Library for Interacting with VirtualBox
MIT License
259 stars 68 forks source link

The latest tag version (v0.1.3) does not contain all methods from master branch #41

Closed egel closed 7 years ago

egel commented 7 years ago

There is some incoherence in returning api methods between master branch and latest tag v0.1.3 (for the moment of writing).

Missing methods snapshotRestore & isRunning

Creating new tag version according to master & update npm packages should resolve the problem.

michaelsanford commented 7 years ago

Hi @egel,

This may have been introduced during the somewhat circuitous way I merged #37.

I'll take a look tonight. Danke!

michaelsanford commented 7 years ago

This is normal.

As we can see from the pull request on #37, it is tagged as the 0.1.4 milestone, which will be released shortly and which is (currently) synchronized with master.

Thanks!