From 5caae7ac18c9524112136afb5e617401a1634fd2 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Sun, 31 Mar 2024 20:31:33 +0200 Subject: [PATCH] add changelog, bump version --- .docs/content/1.get-started/4.changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",