Skip to content

Latest commit

 

History

History
95 lines (49 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

95 lines (49 loc) · 4.44 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.0 (2021-09-17)

Features

1.2.0 (2021-09-13)

Bug Fixes

  • ignore linting of release commits (ab9e7c5)

Features

  • bump supported Node.js versions (516a8f3)

1.1.5 (2020-11-05)

Bug Fixes

  • move unneeded deps to devDeps (a793873)
  • s/JavaScript/TypeScript/ (638374b)

1.1.4 (2020-11-04)

Bug Fixes

  • add TypeScript e2e tests to ensure typings work properly (0937a42)

1.1.3 (2020-11-04)

Bug Fixes

  • ensure toHaveNoPa11yViolations is exported from module (1d59149)
  • ensure Jest preset is exported as part of NPM package (589f919)
  • ensure typings are found (e579d73)
  • jest no longer hangs on macOS (ed664b8)

1.1.2 (2020-11-03)

Bug Fixes

  • only publish build files (04db3ba)

1.1.1 (2020-11-03)

Bug Fixes

  • include all files in npm package (ae35ff6)
  • package TypeScript configs when publishing to NPM (a19cdd0)
  • remove passing of commit message to commitizen (badc7c7)

1.1.0 (2020-11-03)

Bug Fixes

  • prevent running of test workflow in release branch pushes (f77c375)

Features

  • add Commitizen integration (136cf3c)
  • remove assets from distribution pipeline (7bad382)

1.0.0 (2020-11-03)

Bug Fixes

  • change default release branch to main (825b515)
  • commit npm lockfiles (f161f05)
  • only test on ubuntu to save CI/CD resources (16faecc)
  • semantic release branch config (7a5f895)

Features

  • add commit linting (cd984d8)
  • add semantic release integration (be908fb)
  • only run the release workflow when pushing changes to the release branch (5f0358f)
  • require Node v12 or greater (fc20750)