From 54e54261f628aca0bf9c8f792e1143e70f0a90d1 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Thu, 14 Mar 2024 21:33:59 +0100 Subject: [PATCH 1/2] bump version and changelog --- .docs/content/1.get-started/4.changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.docs/content/1.get-started/4.changelog.md b/.docs/content/1.get-started/4.changelog.md index a9d6f33..71af2b0 100644 --- a/.docs/content/1.get-started/4.changelog.md +++ b/.docs/content/1.get-started/4.changelog.md @@ -2,6 +2,13 @@ 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 - Fix subtitles not appearing if the name of the subtitle is in its native tongue. - Remove references to the old domain diff --git a/package-lock.json b/package-lock.json index d73ef35..08b65f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@movie-web/providers", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@movie-web/providers", - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.12", diff --git a/package.json b/package.json index 04e2a99..b6a09e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movie-web/providers", - "version": "2.2.2", + "version": "2.2.3", "description": "Package that contains all the providers of movie-web", "main": "./lib/index.umd.js", "types": "./lib/index.d.ts", From eefa501938784c5fe34a33af3980f39247ef6378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:43:17 +0000 Subject: [PATCH 2/2] Bump follow-redirects from 1.15.4 to 1.15.6 in /.docs Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .docs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.docs/package-lock.json b/.docs/package-lock.json index 89eaa52..be0aed2 100644 --- a/.docs/package-lock.json +++ b/.docs/package-lock.json @@ -6474,9 +6474,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", - "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, "funding": [ {