diff --git a/changelog/v5.18.1.md b/changelog/v5.18.1.md new file mode 100644 index 0000000000..4ea202f403 --- /dev/null +++ b/changelog/v5.18.1.md @@ -0,0 +1,16 @@ +## [v5.18.1](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.18.1) + +### New Features + +- None (thanks nobody) + +### Bug Fixes + +- filteReddit: Fix "hide permanently" +- showImages: Simplify sfwHistory, make the viewed expando indicator less distingushable, fix download button +- notifications: Fix compatibility with Toolbox +- accountSwitcher: Fix usernames being shown in lower case + +### Housekeeping / Other + +- None (thanks nobody) diff --git a/package.json b/package.json index c4826f8225..98543c3d55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.18.0", + "version": "5.18.1", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",