From 885da3fad28ce0cdf6c39d499345fd6c36049d79 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Sun, 11 Aug 2024 14:20:59 +0200 Subject: [PATCH] chore: Tag Version 1.2.0 Add files for tag 1.2.0. --- docs/tags/1.2.0.md | 23 +++++++++++++++++++++++ package.json | 2 +- public/site.webmanifest | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 docs/tags/1.2.0.md diff --git a/docs/tags/1.2.0.md b/docs/tags/1.2.0.md new file mode 100644 index 0000000..77d2aa3 --- /dev/null +++ b/docs/tags/1.2.0.md @@ -0,0 +1,23 @@ + + +# IMDb Movie & TV Search Engine WebApp + +_This file contains the changelog revisions for the IMDb Movie & TV Search Engine WebApp._ + +### New Features + +- [b9e837a9](https://github.com/justinhartman/imdb-app/commit/b9e837a91c8606b83a0ff7d455443fb7b05ef9a0): Add support for new vidsrc multiple domains + +### Bug Fixes + +- [560aae9c](https://github.com/justinhartman/imdb-app/commit/560aae9cde40142a3ca47e52a4a7e4b508885f07): Fix broken login redirect + +### Style Changes + +- [4e6f9c18](https://github.com/justinhartman/imdb-app/commit/4e6f9c1862042ff4e36f5d10bbe946ca0b655e8a): Add watchlist button to view page +- [04f54216](https://github.com/justinhartman/imdb-app/commit/04f54216a1af77e55cd8386b4d68b5431cc2756a): Fix accessibility with colours on Login/Register pages + +### Pull Requests Merged + +- [c1e8a100](https://github.com/justinhartman/imdb-app/commit/c1e8a100e3d65d039608a74e269c62106c55b5b4): Merge pull request #14 from justinhartman/develop + diff --git a/package.json b/package.json index 36684a2..e881fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "binger.uk", - "version": "1.1.1", + "version": "1.2.0", "description": "Web application that provides a user-friendly interface for searching and watching movies and TV shows.", "license": "MIT", "copyright": "Copyright (c) 2024 Justin Hartman. All rights reserved.", diff --git a/public/site.webmanifest b/public/site.webmanifest index 2a3234e..6e10409 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,7 +1,7 @@ { "name": "Binger.uk", "short_name": "Binger.uk", - "version": "1.1.1", + "version": "1.2.0", "icons": [ { "src": "/images/favicons/android-chrome-192x192.png",