Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 2.19 KB

Changelog

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

3.0.0 (2021-07-24)

Migrating to eslint 9 and typescript eslint 8. Scripts are now compiled to esm and not to commonjs

1.2.0 (2021-07-24)

Features

  • app: Add console.log to reports (4e176d0)

1.1.1 (2021-07-24)

Bug Fixes

  • app: Extract config to separate file (b49a6b1)
  • app: Fix browser global error (e24230c)
  • app: Fix messages type error (b1866bc)
  • app: Update hooks to match node types 16 (ff08e71)

1.1.0 (2021-05-12)

Features

  • add firefox user prefs (ab066aa)
  • force node minimum version when running npm i (5dd7dbc)

Bug Fixes

1.0.1 (2021-05-12)

Bug Fixes

  • config: Fix deprecated eslint (327da2e)
  • steps: Use join to fix windows problem (c2af3b3)