@contentful/create-contentful-extension
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.7](https://github.com/contentful/create-contentful-extension/compare/@contentful/create-contentful-extension@0.0.6...@contentful/create-contentful-extension@0.0.7) (2019-03-04) | ||
### Bug Fixes | ||
* **create-contentful-extension:** added missing Object type ([1bc03f4](https://github.com/contentful/create-contentful-extension/commit/1bc03f4)), closes [#6](https://github.com/contentful/create-contentful-extension/issues/6) | ||
## 0.0.6 (2019-02-28) | ||
@@ -8,0 +19,0 @@ |
@@ -139,2 +139,3 @@ /* eslint-disable no-console, no-process-exit */ | ||
{ name: 'Boolean' }, | ||
{ name: 'Object' }, | ||
{ name: 'Entry' }, | ||
@@ -141,0 +142,0 @@ { name: 'Entries' }, |
{ | ||
"name": "@contentful/create-contentful-extension", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Create Contentful extensions with zero configuration", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "038b345964276c07621850f7c08507c54ab8fcc6" | ||
"gitHead": "4a041c2d20756d64bdb4a8841162f4b0f46497f3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9237
183