0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #1539 from naturalcrit/v2.13.3

up version to 2.13.3
This commit is contained in:
Trevor Buckner
2021-08-09 22:48:45 -04:00
committed by GitHub
3 changed files with 12 additions and 6 deletions

View File

@@ -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.

4
package-lock.json generated
View File

@@ -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": {

View File

@@ -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"
},