From 54bb2e9a5c209effbdf98aecdfcf8b7e31b3353f Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Fri, 25 May 2018 13:33:04 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57b2b3f..d75af5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,22 @@ Click to see more. - ## v1 - - --- - ## v2 * (possibly breaking): return date object from date/datetime widgets if no format set ([@erquhart](https://github.com/erquhart) in [#1296](https://github.com/netlify/netlify-cms/pull/1296)) + * check for title/slug field on config load ([@tech4him1](https://github.com/tech4him1) in [#1203](https://github.com/netlify/netlify-cms/pull/1203)) -## 1.8.2 (May 24, 2018) +## 1.8.3 (May 25, 2018) +Update dependencies. + + +## 1.8.2 (May 24, 2018) ([demo](https://5b06beb23672df18bb0d4947--cms-demo.netlify.com/)) Fix failure to save/publish. ### Bug Fixes * fix save/publish failure, revert overwrite prevention feature (@erquhart) + ## 1.8.1 (May 23, 2018) ([demo](https://5b05df43dd6a547f52f4c4fb--cms-demo.netlify.com/)) Allow upload of files larger than 1MB to GitHub, prevent unintentional file overwrites. @@ -29,6 +31,7 @@ Allow upload of files larger than 1MB to GitHub, prevent unintentional file over ### Beta Features * enable custom commit message templates ([@delucis](https://github.com/delucis) in [#1359](https://github.com/netlify/netlify-cms/pull/1359)) + ## 1.8.0 (May 16, 2018) ([demo](https://5afc303311b73b674b0ffae3--cms-demo.netlify.com/)) Customizable relation widget display fields, squash merges for editorial workflow, perf improvements.