@contentful/create-contentful-extension
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.4.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/create-contentful-extension@0.3.0...@contentful/create-contentful-extension@0.4.0) (2019-05-09) | ||
### Features | ||
* added new Entry editor extension type ([ee18c3e](https://github.com/contentful/create-contentful-extension/commit/ee18c3e)), closes [#31](https://github.com/contentful/create-contentful-extension/issues/31) | ||
# [0.3.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/create-contentful-extension@0.2.0...@contentful/create-contentful-extension@0.3.0) (2019-03-22) | ||
@@ -8,0 +19,0 @@ |
@@ -106,2 +106,3 @@ /* eslint-disable no-console, no-process-exit */ | ||
{ name: 'Sidebar extension', value: 'sidebar' }, | ||
{ name: 'Entry editor extension', value: 'entry' }, | ||
], | ||
@@ -108,0 +109,0 @@ }, |
{ | ||
"name": "@contentful/create-contentful-extension", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Create Contentful extensions with zero configuration", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "f3de1667e545390c63e66f82be7c151af93d8b50" | ||
"gitHead": "6d74d72f9b2722c72b926fbff2c7f1459c4d8122" | ||
} |
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
10704
176