bump version and changelog

This commit is contained in:
Jorrin
2024-04-01 00:27:10 +02:00
parent f7bddecdd0
commit 9119c0675e
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
title: 'Changelog' title: 'Changelog'
--- ---
# Version 2.2.7
- Fix showbox
# Version 2.2.6 # Version 2.2.6
- Fix febbox - Fix febbox
- Validate if a stream is actually playable. Streams that are not responding are no longer returned. - Validate if a stream is actually playable. Streams that are not responding are no longer returned.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@movie-web/providers", "name": "@movie-web/providers",
"version": "2.2.6", "version": "2.2.7",
"description": "Package that contains all the providers of movie-web", "description": "Package that contains all the providers of movie-web",
"type": "module", "type": "module",
"main": "./lib/index.umd.js", "main": "./lib/index.umd.js",