diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea376e..30ae0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/trustpilot/node-trustpilot/compare/v4.0.0...v4.0.1) (2024-04-17) + + +### Bug Fixes + +* update readme to include base url ([935c0e3](https://github.com/trustpilot/node-trustpilot/commit/935c0e3d267ece3c7ab900f893d6b6ad52518537)) + # [4.0.0](https://github.com/trustpilot/node-trustpilot/compare/v3.4.0...v4.0.0) (2024-04-17) diff --git a/package-lock.json b/package-lock.json index 1a6e688..60a34bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trustpilot", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trustpilot", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "axios": "^1.6.8" diff --git a/package.json b/package.json index 149bdaf..9453cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trustpilot", - "version": "4.0.0", + "version": "4.0.1", "description": "HTTP client for Trustpilot", "homepage": "https://github.com/trustpilot/node-trustpilot", "repository": "https://github.com/trustpilot/node-trustpilot.git",