From 9119c0675ed92ecf750577252cca702ee6bca517 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Mon, 1 Apr 2024 00:27:10 +0200 Subject: [PATCH] bump version and changelog --- .docs/content/1.get-started/4.changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.docs/content/1.get-started/4.changelog.md b/.docs/content/1.get-started/4.changelog.md index 19f78f73..ea72f5e3 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 8438d0ba..d9111f94 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",