From 97cf2d2ce7ca03bc9976d20f322c449e3f177777 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Wed, 23 Nov 2016 14:48:54 -0500 Subject: [PATCH] Updating changelog and version --- changelog.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",