diff --git a/CHANGELOG.md b/CHANGELOG.md index 4709d75..9d701c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v4.1.3 +* Update dependencies + # v4.1.0 * Add functionality to scrape a custom windguru spot * Add possibility to get a single windguru model diff --git a/package.json b/package.json index 374f361..9f02e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wind-scrape", - "version": "4.1.2", + "version": "4.1.3", "description": "Scrape wind forecast from a few websites", "main": "./dist/index.js", "types": "./dist/index.d.ts",