Skip to content

v2.2.0

Choose a tag to compare

@awmottaz awmottaz released this 29 Jul 15:54
· 18 commits to main since this release
v2.2.0
bf5b661

Notable changes

Note to contributors: I did some housekeeping to the tooling of this repository. If you are
grabbing a fresh clone of the repository, just running an npm install is sufficient. If you have
an existing checkout, please make sure you upgrade your local environment:

git pull
rm -rf node_modules
rm package-lock.json
npm install
# restart your editor to make sure the TypeScript and ESLint language servers are fresh

All changes

@awmottaz:

@rakleed

  • feat: add support for Prettier@3.9 f4abb1b

v2.1.0...v2.2.0