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