v2.2.0
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 freshAll changes
- update changelog 386649b
- Merge pull request #48 from rakleed/feature/prettier-3.9-support b5cdd33
- update vscode settings c3fe70b
- stop tracking vscode settings ea3d4a1
- no more lockfile 755a5ec
- add support for node v26 0f601c1
- upgrade eslint to v10 94f91b6
- upgrade typescript, fix eslint config 410bce9
- upgrade np c9eedb1
- add devEngines ee1bf3a
- add engines config to package.json 7fe53af
- config npm to sign git tags 8a410ab
- update release process 7fb0346
- update the contributing guide daa0a19
- feat: add support for Prettier@3.9 f4abb1b