Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBurunkov committed Feb 20, 2021
1 parent 47fbbae commit 7edb6f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 0.3.2 (2021-02-20)

* initialize a history log.
* Move findReturn to proto section.
* Add tests for return patterns.
* Fix: Parse kvp when value contains whitespaces

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tm-node-mpd",
"version": "0.3.1",
"description": "A mpd interface for node. Forked from node-mpd",
"version": "0.3.2",
"description": "Music player daemon client library(forked from node-mpd).",
"main": "index.js",
"scripts": {
"test": "jest",
Expand All @@ -15,12 +15,15 @@
"url": "https://github.com/RomanBurunkov/tm-node-mpd"
},
"keywords": [
"mpd"
"mpd",
"music",
"player",
"daemon"
],
"devDependencies": {
"eslint": "^5.11.1",
"jest": "^26.6.3"
},
"author": "Roman Burunkov <romon2002@gmail.com>",
"license": "MIT"
}
}

0 comments on commit 7edb6f9

Please sign in to comment.