diff --git a/.docs/content/1.get-started/4.changelog.md b/.docs/content/1.get-started/4.changelog.md index cec48fc..82b33fa 100644 --- a/.docs/content/1.get-started/4.changelog.md +++ b/.docs/content/1.get-started/4.changelog.md @@ -2,6 +2,11 @@ title: 'Changelog' --- +# Version 2.2.9 +- Fixed VidSrcTo (both Vidplay and Filemoon embeds) +- Added dropload, filelions and vtube embeds to Primewire +- Fixed and enabled Smashystream + # Version 2.2.8 - Fix package exports for CJS and ESM - Fixed Mixdrop embed diff --git a/package.json b/package.json index 992e559..69cfad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movie-web/providers", - "version": "2.2.8", + "version": "2.2.9", "description": "Package that contains all the providers of movie-web", "type": "module", "main": "./lib/index.js",