diff --git a/changelog.md b/changelog.md index 8d42209c3..1cd0cd028 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,10 @@ h5 { # changelog +### Saturday, 28/6/2021 - v2.13.1 + +- Fixed the issue with new brews not saving! + ### Saturday, 26/6/2021 - v2.13.0 - "Share to Reddit" button now works with Google brews diff --git a/package-lock.json b/package-lock.json index 5b14a216c..4abdba1b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "homebrewery", - "version": "2.13.0", + "version": "2.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.13.0", + "version": "2.13.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f6ef320e9..0dbd36585 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.0", + "version": "2.13.1", "engines": { "node": "14.15.x" },