diff --git a/.docs/content/1.get-started/4.changelog.md b/.docs/content/1.get-started/4.changelog.md index 1408225..19f78f7 100644 --- a/.docs/content/1.get-started/4.changelog.md +++ b/.docs/content/1.get-started/4.changelog.md @@ -2,6 +2,10 @@ title: 'Changelog' --- +# Version 2.2.6 +- Fix febbox +- Validate if a stream is actually playable. Streams that are not responding are no longer returned. + # Version 2.2.5 - Add Primewire provider - Improve VidSrcTo search results diff --git a/package.json b/package.json index 4371357..8438d0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movie-web/providers", - "version": "2.2.5", + "version": "2.2.6", "description": "Package that contains all the providers of movie-web", "type": "module", "main": "./lib/index.umd.js",