Permalink
Browse files

Release 1.0.3

  • Loading branch information...
1 parent 9b1e29b commit 59fc159de071d82f1d88915fc8a33bef0db1349e @erquhart erquhart committed Dec 19, 2017
Showing with 7 additions and 7 deletions.
  1. +6 −6 CHANGELOG.md
  2. +1 −1 package.json
View
@@ -4,13 +4,14 @@
Changes that have landed in master but are not yet released.
Click to see more.
</summary>
-
- * Fix select widgets with object type options ([@tech4him1](https://github.com/tech4him1) in [#920](https://github.com/netlify/netlify-cms/pull/920))
- * Warn when uploading asset with same name as existing asset ([@Dammmien](https://github.com/Dammmien) in [#853](https://github.com/netlify/netlify-cms/pull/853))
- * Fix Slate plugins broken during 0.30 migration ([@Dammmien](https://github.com/Dammmien) in [#856](https://github.com/netlify/netlify-cms/pull/856))
- * Fix infinite scrolling for collections with integrations ([@erquhart](https://github.com/erquhart) in [#940](https://github.com/netlify/netlify-cms/pull/940))
</details>
+## 1.0.3 (December 19, 2017)
+
+* Fix select widgets with object type options ([@tech4him1](https://github.com/tech4him1) in [#920](https://github.com/netlify/netlify-cms/pull/920))
+* Warn when uploading asset with same name as existing asset ([@Dammmien](https://github.com/Dammmien) in [#853](https://github.com/netlify/netlify-cms/pull/853))
+* Fix Slate plugins broken during 0.30 migration ([@Dammmien](https://github.com/Dammmien) in [#856](https://github.com/netlify/netlify-cms/pull/856))
+* Fix infinite scrolling for collections with integrations ([@erquhart](https://github.com/erquhart) in [#940](https://github.com/netlify/netlify-cms/pull/940))
## 1.0.2 (December 7, 2017)
@@ -24,7 +25,6 @@
* Add new docs website landing page ([@ziburski](https://github.com/ziburski) in [#880](https://github.com/netlify/netlify-cms/pull/880))
* Rework Test Drive and Quick Start docs ([@verythorough](https://github.com/verythorough) in [#888](https://github.com/netlify/netlify-cms/pull/888))
-
## 1.0.0 (December 7, 2017)
The first major release of Netlify CMS!! Here are the big features:
View
@@ -1,6 +1,6 @@
{
"name": "netlify-cms",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {

0 comments on commit 59fc159

Please sign in to comment.