Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 1.24 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0 (2021-04-01)

⚠ BREAKING CHANGES

  • tsconfig: tsconfig.shared.json/outFile is no longer set

Features

build

  • tsconfig: avoid setting outFile (02ade1b)

Change Log

  • Fix CLI command names
  • Expand supported CLI command set
  • Add exported jest configuration
  • Add a basic jest snapshot test
  • Add CI step to testing workflow
  • Add initial lint-staged configuration
  • Add exported eslint configuration
  • Initial CD implementation