diff --git a/changelog.md b/changelog.md index 4ecc8e099..81ce5fd68 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # 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 - Fixed issue with "recent" item links not updating when transferring between Google Drive. diff --git a/package-lock.json b/package-lock.json index 2b4daff59..def592ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebrewery", - "version": "2.10.2", + "version": "2.10.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21c3f4b8e..58307d362 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.10.2", + "version": "2.10.3", "engines": { "node": "12.16.x" },