Skip to content

Commit

Permalink
chore: Tag Version 1.0.1
Browse files Browse the repository at this point in the history
Add files for tag 1.0.1.
  • Loading branch information
justinhartman committed Jun 4, 2024
1 parent 9f1c5d7 commit 123345f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions docs/tags/1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<img align="right" src="https://github.com/justinhartman/imdb-app/raw/main/public/images/favicons/apple-touch-icon.png" />

# 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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 123345f

Please sign in to comment.