diff --git a/changelog.md b/changelog.md index 25e52f3..6cd893d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # changelog +### Wednesday, 23/11/2016 - v2.5.0 +- Metadata can now be added to brews +- Added a metadata editor onto the edit and new pages + + ### Monday, 14/11/2016 - Updated snippet bar style - You can now print from a new page without saving diff --git a/package.json b/package.json index 5640c79..ed466d4 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.4.1", + "version": "2.5.0", "scripts": { "build": "node_modules/.bin/gulp prod", "watch": "node_modules/.bin/gulp",