diff --git a/CHANGELOG.md b/CHANGELOG.md index e724199f..3a57eb3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ * check for title/slug field on config load ([@tech4him1](https://github.com/tech4him1) in [#1203](https://github.com/netlify/netlify-cms/pull/1203)) +## 1.9.3 (July 3, 2018) ([demo](https://1-9-3--cms-demo.netlify.com)) +Fix numbers in TOML output + +## Bug Fixes +* fix int value output in TOML format file (@slathrop in #1458) + + ## 1.9.2 (June 15, 2018) ([demo](https://1-9-2--cms-demo.netlify.com)) Fix test repo crash diff --git a/website/site/data/updates.yml b/website/site/data/updates.yml index 5602862a..7105d7ef 100644 --- a/website/site/data/updates.yml +++ b/website/site/data/updates.yml @@ -1,6 +1,15 @@ updates: + - date: '2018-07-03' + description: Fix numbers in TOML output. + version: 1.9.3 + - date: '2018-06-15' + description: Fix test-repo crash. + version: 1.9.2 + - date: '2018-06-14' + description: Fix GitLab Implicit OAuth + version: 1.9.1 - date: '2018-06-12' - description: GitLab support is here!!! 🎉🎉🎉 + description: "GitLab support is here!!! \U0001F389\U0001F389\U0001F389" version: 1.9.0 - date: '2018-05-25' description: Fix markdown widget styling.