diff --git a/docs/tags/1.0.1.md b/docs/tags/1.0.1.md new file mode 100644 index 0000000..dc82848 --- /dev/null +++ b/docs/tags/1.0.1.md @@ -0,0 +1,24 @@ + + +# IMDb Movie & TV Search Engine WebApp + +_This file contains the changelog revisions for the IMDb Movie & TV Search Engine WebApp._ + +### Bug Fixes + +- [42b0cf61](https://github.com/justinhartman/imdb-app/commit/42b0cf61982264da7a7fad7c37c74a166fd98c5d): Fix error where DB connects to test DB incorrectly + +### Core Updates + +- [e1054ca2](https://github.com/justinhartman/imdb-app/commit/e1054ca297137ed28d1c2ff12a38d124d3e5a6e9): Set mongoose to connect on IPV4 by default + +### Yarn Package Updates + +- [9f1c5d7f](https://github.com/justinhartman/imdb-app/commit/9f1c5d7fb98700b73b3d187cbd7a4bf4881e6a7b): Remove duplicate script command + +### Pull Requests Merged + +- [9dd770cf](https://github.com/justinhartman/imdb-app/commit/9dd770cf93655715d720a535963258b969cf1db4): Merge pull request #10 from justinhartman/develop +- [a085865f](https://github.com/justinhartman/imdb-app/commit/a085865f793b4ad2462f0d10940f62cc0c85452d): Merge pull request #9 from justinhartman/develop +- [c4bacfaf](https://github.com/justinhartman/imdb-app/commit/c4bacfaff39cb1bb3fd9d10af0d7d6c61c3b59ea): Merge pull request #8 from justinhartman/main + diff --git a/package.json b/package.json index c411bd1..ae349ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "binger.uk", - "version": "1.0.0", + "version": "1.0.1", "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 867708b..7a6988e 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,7 +1,7 @@ { "name": "Binger.uk", "short_name": "Binger.uk", - "version": "1.0.0", + "version": "1.0.1", "icons": [ { "src": "/images/favicons/android-chrome-192x192.png",