update changelog and version

This commit is contained in:
Shawn Erquhart 2018-06-14 12:16:43 -04:00
parent 69ee5ecc78
commit bfd8d526cf
2 changed files with 8 additions and 1 deletions

View File

@ -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))
</details>
## 1.9.1 (June 14, 2018) ([demo](https://1-9-1--cms-demo.netlify.com))
Fix GitLab Implicit OAuth
## Bug Fixes
* fix GitLab Implicit OAuth ([@tech4him1](https://github.com/tech4him1) in [#1439](https://github.com/netlify/netlify-cms/pull/1439))
## 1.9.0 (June 12, 2018) ([demo](https://1-9-0--cms-demo.netlify.com))
GitLab support is here!!! 🎉🎉🎉

View File

@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "1.9.0",
"version": "2.0.0-dev",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {