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

v2.12.0 bump version number

This commit is contained in:
Trevor Buckner
2021-06-10 10:38:03 -04:00
parent fc8be9c8fb
commit 2b1063c34d
3 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ h5 {
# changelog
### Saturday, 10/6/2021 - v2.12.0
- New "style" tab to better organize custom CSS in preparation for new themes and sharable styles.
### Saturday, 02/5/2021 - v2.11.2
- Fix for edge case where brews could accidentally transfer from Google Drive back to Homebrewery.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "homebrewery",
"version": "2.11.2",
"version": "2.12.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.11.2",
"version": "2.12.0",
"engines": {
"node": "14.15.x"
},