Skip to content

Commit

Permalink
beta release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiohbsantos committed Aug 6, 2019
1 parent 32233a8 commit c269624
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# DBAssistant v0.3.4

## Bugs

- properly notify of error when trying to create history file in inexistant Library path
- forces failure when library path doesn't exist
- fixed logging of currently addid file status to prevent false positive reports
- fixed malformed destination paths for file copies

## Improvements

- Copies files regardless of whether they are inside the library path or noth, obeying only user option

# DBAssistant v0.3.3

## Bugs
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbassistant",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"main": ".\\bin\\cli.js",
"bin": ".\\bin\\cli.js",
Expand All @@ -20,7 +20,8 @@
"walk": "^2.3.14",
"wavefile": "^8.4.4",
"winston": "^3.2.1",
"xml2js": "^0.4.19"
"xml2js": "^0.4.19",
"lodash": ">=4.17.13"
},
"pkg": {
"scripts": [
Expand Down

0 comments on commit c269624

Please sign in to comment.