1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 05:15:56 +00:00

Updating changelog and version

This commit is contained in:
Scott Tolksdorf
2016-11-23 14:48:54 -05:00
parent e61bf22788
commit 97cf2d2ce7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# changelog # 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 ### Monday, 14/11/2016
- Updated snippet bar style - Updated snippet bar style
- You can now print from a new page without saving - You can now print from a new page without saving

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.4.1", "version": "2.5.0",
"scripts": { "scripts": {
"build": "node_modules/.bin/gulp prod", "build": "node_modules/.bin/gulp prod",
"watch": "node_modules/.bin/gulp", "watch": "node_modules/.bin/gulp",