0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 09:52:41 +00:00

Update Version number

This commit is contained in:
Trevor Buckner
2020-10-22 10:36:55 -04:00
parent c75ac3c0f5
commit f6bd1ef513
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# changelog # changelog
### Thursday, 22/10/2020 - v2.10.3
- Fixed brews with broken code crashing the edit page when loaded (the "blue screen of death" bug).
### Monday, 19/10/2020 - v2.10.2 ### Monday, 19/10/2020 - v2.10.2
- Fixed issue with "recent" item links not updating when transferring between Google Drive. - Fixed issue with "recent" item links not updating when transferring between Google Drive.

2
package-lock.json generated
View File

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

View File

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