Skip to content

Commit 572f64e

Browse files
author
Kurt Medley
committed
release notes
1 parent fa63543 commit 572f64e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: RELEASE-NOTES.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
- Upgrades Vite 5 and bumps associated dependencies for all initializer templates
77
- Replaces import assertion with readFile/Parse JSON option to avoid warning and potential breakage in the future
88
- Removes `eslint` and associated config and dependencies
9-
- Adds pre-commit hook via `husky` to verify changes
10-
- Adds GitHub actions workflow to build and test the initializer with changes
9+
- Adds `lint-staged` to handle formatting staged files with prettier.
10+
- Adds pre-commit hook via `husky` to verify changes and execute `lint-staged`
11+
- Adds GitHub actions work-flow to build and test the initializer with changes
1112
- Adds integration tests executed in the GitHub workflow that ensure each template is properly scaffolded, installed, and built without error.
1213

1314
## 2.7.0 - 2024/04/23

0 commit comments

Comments
 (0)