From 54e54261f628aca0bf9c8f792e1143e70f0a90d1 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Thu, 14 Mar 2024 21:33:59 +0100 Subject: [PATCH] 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",