Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2020-07-14)

### Bug Fixes

* report loading, handle empty parent edge cases ([#2](#2)) ([5936c27](5936c27))
  • Loading branch information
erezrokah committed Jul 14, 2020
1 parent 9d6e9ff commit 17bdfc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/netlify-labs/netlify-cms-widget-parent/compare/v1.0.2...v1.0.3) (2020-07-14)


### Bug Fixes

* report loading, handle empty parent edge cases ([#2](https://github.com/netlify-labs/netlify-cms-widget-parent/issues/2)) ([5936c27](https://github.com/netlify-labs/netlify-cms-widget-parent/commit/5936c271e28be3004a649480a49f39de34787626))

## [1.0.2](https://github.com/netlify-labs/netlify-cms-widget-parent/compare/v1.0.1...v1.0.2) (2020-07-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/netlify-cms-widget-parent",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Netlify CMS widget to select directory parent for an entry",
"main": "dist/netlify-cms-widget-parent.js",
"scripts": {
Expand Down

0 comments on commit 17bdfc7

Please sign in to comment.