Skip to content

Commit cd9ecac

Browse files
committed
docs: update changelog and bump version
1 parent 34f908f commit cd9ecac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.1
4+
5+
- fix node module resolution issues where on build node could not find the module.
6+
- now both esm and commonjs are built to dist folder and working.
7+
38
## 1.5.0
49

510
- move types to root

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.5.0",
3+
"version": "1.5.1",
44
"description": "A NodeJS wrapper client for LastFm API. Fetching public data by username using the LastFm public API",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)