diff --git a/.docs/content/1.get-started/4.changelog.md b/.docs/content/1.get-started/4.changelog.md index 0836b31..d8e727f 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.3.0 +- Fixed RidoMovies search results +- Added Insertunit, SoaperTV, and WarezCDN providers +- Disabled Showbox + # Version 2.2.9 - Fixed VidSrcTo (both Vidplay and Filemoon embeds) - Added dropload, filelions and vtube embeds to Primewire diff --git a/package.json b/package.json index 69cfad1..c329891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movie-web/providers", - "version": "2.2.9", + "version": "2.3.0", "description": "Package that contains all the providers of movie-web", "type": "module", "main": "./lib/index.js",