Skip to content

v11.1.1

Compare
Choose a tag to compare
@leungkinghin-ct leungkinghin-ct released this 28 Jul 12:02
· 205 commits to master since this release
292fc44

Bug Fix

After we added new feature in integration to support Commercetools Connect, we found that the integration cannot be built in Connect due to missing adyen configuration in environment variable in Connect platform and vulnerable dependencies used.

For this reason, we added following patches in this version :

  1. Changed the npm command npm run test to execute unit test only for Commercetools Connect. Meanwhile the normal CI/CD pipeline executes npm run test-ci to perform unit test, integration test and e2e test
  2. Move c8 libraries to devDependencies in package.json