From 40d1d757048b1eb51e45d4d29ad987739b478881 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 19 Jan 2018 14:40:15 +0100 Subject: [PATCH] Release 1.0.1-ce --- package.json | 2 +- public/docs/release-notes.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f30b13..bdb5963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackmd", - "version": "1.0.0-ce", + "version": "1.0.1-ce", "description": "Realtime collaborative markdown notes on all platforms.", "main": "app.js", "license": "AGPL-3.0", diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index fa0c587..70510b1 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,20 @@ Release Notes === + 1.0.1-ce 2018-01-19 15:00 +--- + +### Security +* Fix Dropbox client secret leak + +### Enhancements +* Improve version handling +* It's 2018! + +### Fixes +* Fix image alt-tag rendering +* Fix Dropbox appkey + 1.0.0-ce 2018-01-18 12:00 --- ### License