diff --git a/changelog/v5.22.7.md b/changelog/v5.22.7.md new file mode 100644 index 0000000000..9bbfba9917 --- /dev/null +++ b/changelog/v5.22.7.md @@ -0,0 +1,14 @@ +## [v5.22.7](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.22.7) + +### New Features + +- Updated media hosts for streamja and streamwo (thanks @ElijahPepe) + +### Bug Fixes + +- Fixes home button missing on subreddit bar (thanks @corylulu) +- Disable mouse selecting on subreddit info button (thanks @tankorsmash) + +### Housekeeping / Other + +- Dependency updates (thanks @larsjohnsen) \ No newline at end of file diff --git a/package.json b/package.json index cb9b4640f4..e7e9bdcb81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.22.6", + "version": "5.22.7", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",