summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2018-01-19 14:40:15 +0100
committerSheogorath2018-01-19 14:40:15 +0100
commit40d1d757048b1eb51e45d4d29ad987739b478881 (patch)
tree46ad868405503e9fb6ce141b7fe428a9b319e6cf
parentda462e01f57b5f01dfd5b6d16ecae1427ea5466b (diff)
Release 1.0.1-ce
-rw-r--r--package.json2
-rw-r--r--public/docs/release-notes.md14
2 files changed, 15 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3f30b133..bdb59635 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 fa0c5875..70510b19 100644
--- a/public/docs/release-notes.md
+++ b/public/docs/release-notes.md
@@ -1,6 +1,20 @@
Release Notes
===
+<i class="fa fa-tag"></i> 1.0.1-ce <i class="fa fa-clock-o"></i> 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
+
<i class="fa fa-tag"></i> 1.0.0-ce <i class="fa fa-clock-o"></i> 2018-01-18 12:00
---
### License