Skip to content

Commit c8e8bf1

Browse files
committed
chore(release): 0.1.34
1 parent 723f373 commit c8e8bf1

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="0.1.34"></a>
6+
## 0.1.34 (2018-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix stop() to poweroff instead of saving state ([57b0cea](https://github.com/ottomatica/node-virtualbox/commit/57b0cea))
12+
13+
### Feature
14+
15+
* New `saveState()` to save state of VM (renamed old `stop()`) ([57b0cea](https://github.com/ottomatica/node-virtualbox/commit/57b0cea))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-virtualbox",
3-
"version": "0.1.33",
3+
"version": "0.1.34",
44
"description": "A lightweight tool/module for provisioning VirtualBox virtual machines.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)