Contentful Migration v4.0.0 released

This release will change the default behaviour of transformEntries. Previously, when tranformations or changes were applied to entries, the CLI published all entries after the changes were made. To avoid this, you needed to explicitly send the flag shouldPublish with the value 'preserve'.

Now with version v4.0.0, transformEntries won't publish all the changed entries, unless the flag shouldPublish is set to true. This change will prevent beginners from publishing changes by accident.

E.g Adding 'byline' property to the ContentType 'newsArticle' and publish the update