Skip to content

Commit 9a90f86

Browse files
committed
bump version
1 parent 7be9dee commit 9a90f86

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.4.3
4+
5+
- fix missmatched types for Album and Track, added some optionals pity, but it works, that just how they give us the data.
6+
37
## 1.4.2
48

59
- bug, release dist

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lastfm-nodejs-client",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "A NodeJS wrapper client for LastFm API. Fetching public data by username using the LastFm public API",
55
"main": "./dist",
66
"scripts": {

0 commit comments

Comments
 (0)