From 965645f1e6df16d48423500b3a74767512d4bea2 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 9 Aug 2021 22:47:19 -0400 Subject: [PATCH] up version to 2.13.3 --- changelog.md | 12 +++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index ea0cb7993..9cc5a98de 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,15 @@ h5 { # changelog +### Monday, 09/08/2021 - v2.13.3 + +##### G-Ambatte : +- Tooltips hovering over brews in dropdowns / user page. +- Fixed sort-by created date on user page. + +##### Gazook89 : +- Hotkey Ctrl-/ and snippets to add HTML comments; use for notes that won't appear in your brew. + ### Friday, 30/07/2021 - v2.13.2 - Background work to allow new themes in the future @@ -57,9 +66,6 @@ myStyle {color: black} ##### G-Ambatte : - Snippet to remove drop caps (fancy first letter after title) -``` -``` - ### Saturday, 13/3/2021 - v2.11.0 - Many background things for upcoming v3. Get pumped. diff --git a/package-lock.json b/package-lock.json index 8a6acf7e7..cf3484217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "homebrewery", - "version": "2.13.2", + "version": "2.13.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.13.2", + "version": "2.13.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index db13743bd..9dea92638 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "2.13.2", + "version": "2.13.3", "engines": { "node": "14.15.x" },