Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.4] - 2021-10-07

Changed

  • Update CommandError to createFlowIssueError to conform to toolbelt 3.x.
  • Update runYarnIfPathExists import path.

Fixed

  • Make dependencies explicit.
  • [lint] Use ban-ts-comment instead of ban-ts-ignore.
  • [lint] Remove disable for @typescript-eslint/camelcase.

Changed

  • [ci] Automatic plugin documentation

[0.0.5] - 2020-07-13

Fixed

  • [test] Error'd specs being considered successful.

[0.0.4] - 2020-07-10

Changed

  • [manifest functions] Use new ManifestEditor class
  • [e2e index] Now test-plugin import functions from local Tester.ts file, not anymore from vtex package

[0.0.3] - 2020-07-07

[0.0.2] - 2020-07-07

[0.0.1] - 2020-07-07

  • [publish] Added --access=public flag.

Changed