diff --git a/changelog/v5.22.16.md b/changelog/v5.22.16.md new file mode 100644 index 0000000000..c6674318a7 --- /dev/null +++ b/changelog/v5.22.16.md @@ -0,0 +1,15 @@ +## [v5.22.16](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.22.16) + +### New Features + +- Add YouTube shorts support (thanks @jmonteiro64) + +### Bug Fixes + +- Add support for 10 character post IDs +- Revert "Update pixiv.js to new embed URL" +- Fix captions not appearing on some media types (thanks @brookst) + +### Housekeeping / Other + +- N/A \ No newline at end of file diff --git a/package.json b/package.json index 44e362f6d0..285737325d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.22.15", + "version": "5.22.16", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",