diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..6017817 --- /dev/null +++ b/HISTORY.md @@ -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 + diff --git a/package.json b/package.json index c46b3d5..c017516 100644 --- a/package.json +++ b/package.json @@ -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", @@ -15,7 +15,10 @@ "url": "https://github.com/RomanBurunkov/tm-node-mpd" }, "keywords": [ - "mpd" + "mpd", + "music", + "player", + "daemon" ], "devDependencies": { "eslint": "^5.11.1", @@ -23,4 +26,4 @@ }, "author": "Roman Burunkov ", "license": "MIT" -} +} \ No newline at end of file