From c60f73a0d86452b210f469ee3e867d51f47ebd7d Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 26 Oct 2017 15:23:39 -0400 Subject: [PATCH] Release 0.6.0 --- docs/customization.md | 4 ++-- docs/extending.md | 4 ++-- docs/intro.md | 4 ++-- docs/quick-start.md | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index 857f27d0..b54c7a77 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -26,7 +26,7 @@ CMS.registerPreviewStyle(file); **Example:** ```html // index.html - + @@ -67,7 +67,7 @@ Registers a template for a collection. **Example:** ```html - + + + + ``` diff --git a/docs/quick-start.md b/docs/quick-start.md index ecc08946..93a2cfd9 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -37,12 +37,12 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin Content Manager - + - + ``` diff --git a/package.json b/package.json index e2926395..7dc18c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "0.5.1", + "version": "0.6.0", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {