Skip to content

Commit

Permalink
Bump code
Browse files Browse the repository at this point in the history
  • Loading branch information
manuasir committed Jan 20, 2019
1 parent f9f3c4e commit 68c0531
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## node-lastfm-scrobbings

### v1.1

#### Added

- Concurrency level parameter.
- Support for Docker.
- Binaries for Linux/Windows

### Fixed

- Fixed pagination issue.
- Avoided duplicated results.
- Not including `Listening now` result anymore.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-lastfm-scrobblings",
"version": "1.0.0",
"version": "1.1.0",
"description": "Get your full scrobblings list and stores it in JSON format",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 68c0531

Please sign in to comment.