mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 16:43:25 +00:00
bump version and changelog
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
title: 'Changelog'
|
title: 'Changelog'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Version 2.2.3
|
||||||
|
- Fix VidSrcTo
|
||||||
|
- Add HDRezka provider
|
||||||
|
- Fix Goojara causing a crash
|
||||||
|
- Improve react-native URLSearchParams implementation
|
||||||
|
- Cover an edge case where the title contains 'the movie' or 'the show'
|
||||||
|
|
||||||
# Version 2.2.2
|
# Version 2.2.2
|
||||||
- Fix subtitles not appearing if the name of the subtitle is in its native tongue.
|
- Fix subtitles not appearing if the name of the subtitle is in its native tongue.
|
||||||
- Remove references to the old domain
|
- Remove references to the old domain
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "2.2.2",
|
"version": "2.2.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "2.2.2",
|
"version": "2.2.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cheerio": "^1.0.0-rc.12",
|
"cheerio": "^1.0.0-rc.12",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "2.2.2",
|
"version": "2.2.3",
|
||||||
"description": "Package that contains all the providers of movie-web",
|
"description": "Package that contains all the providers of movie-web",
|
||||||
"main": "./lib/index.umd.js",
|
"main": "./lib/index.umd.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user