Skip to content

Releases: wesrice/jest-pa11y

v1.3.0

17 Sep 15:47
Compare
Choose a tag to compare

1.3.0 (2021-09-17)

Features

v1.2.0

13 Sep 20:14
Compare
Choose a tag to compare

1.2.0 (2021-09-13)

Bug Fixes

  • ignore linting of release commits (ab9e7c5)

Features

  • bump supported Node.js versions (516a8f3)

v1.1.5

05 Nov 16:21
Compare
Choose a tag to compare

1.1.5 (2020-11-05)

Bug Fixes

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

v1.1.4

04 Nov 17:38
Compare
Choose a tag to compare

1.1.4 (2020-11-04)

Bug Fixes

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

v1.1.3

04 Nov 14:38
Compare
Choose a tag to compare

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)

v1.1.2

03 Nov 23:15
Compare
Choose a tag to compare

1.1.2 (2020-11-03)

Bug Fixes

  • only publish build files (04db3ba)

v1.1.0

03 Nov 21:58
Compare
Choose a tag to compare

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)

v1.0.0

03 Nov 17:51
Compare
Choose a tag to compare

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)