bump version + changelog

This commit is contained in:
Jorrin
2024-04-02 16:33:29 +02:00
parent b8286ddf3a
commit 21879b2230
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
title: 'Changelog' title: 'Changelog'
--- ---
# Version 2.2.8
- Fix package exports for CJS and ESM
- Fixed Mixdrop embed
- Added thumbnailTrack to Vidplay embed
# Version 2.2.7 # Version 2.2.7
- Fix showbox - Fix showbox

View File

@@ -1,6 +1,6 @@
{ {
"name": "@movie-web/providers", "name": "@movie-web/providers",
"version": "2.2.7", "version": "2.2.8",
"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.js", "main": "./lib/index.js",