From f419529e386e151520167a362dc2767e1d148c60 Mon Sep 17 00:00:00 2001 From: Erik Date: Sat, 5 May 2018 11:40:56 -0400 Subject: [PATCH] 5.12.2 --- changelog/UNRELEASED.md | 12 +++++++++--- changelog/v5.12.2.md | 7 +++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 changelog/v5.12.2.md diff --git a/changelog/UNRELEASED.md b/changelog/UNRELEASED.md index 6d60febe95..8124fa4efe 100644 --- a/changelog/UNRELEASED.md +++ b/changelog/UNRELEASED.md @@ -1,5 +1,11 @@ +### New Features + +- None (thanks nobody) + ### Bug Fixes -- Fix image sizing in Firefox with disableAnimations enabled (thanks @larsjohnsen) -- Fix displayed user tag when text and color are empty (thanks @larsjohnsen) -- Improve layout of user tags without text (thanks @larsjohnsen) +- None (thanks nobody) + +### Housekeeping / Other + +- None (thanks nobody) diff --git a/changelog/v5.12.2.md b/changelog/v5.12.2.md new file mode 100644 index 0000000000..734827f5e0 --- /dev/null +++ b/changelog/v5.12.2.md @@ -0,0 +1,7 @@ +## [v5.12.2](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.12.2) + +### Bug Fixes + +- Fix image sizing in Firefox with disableAnimations enabled (thanks @larsjohnsen) +- Fix displayed user tag when text and color are empty (thanks @larsjohnsen) +- Improve layout of user tags without text (thanks @larsjohnsen) diff --git a/package.json b/package.json index 97dd497d0d..e63596b789 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.12.1", + "version": "5.12.2", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",