File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.2] - 2025-12-08
9+
10+ ### Changed
11+
12+ - Updated dev dependencies via Dependabot
13+ - ` eslint-config-prettier ` from 9.1.2 to 10.1.8
14+ - ` husky ` from 8.0.3 to 9.1.7
15+ - Development dependencies group updates
16+
817## [ 1.0.1] - 2025-12-02
918
1019### Fixed
20+
1121- Include ` package-lock.json ` in initial git commit
1222- Fix TypeScript ESM module error with nodemon by replacing ` ts-node ` with ` tsx `
1323
1424### Changed
25+
1526- Dev dependency: ` tsx ` replaces ` ts-node ` in generated projects
1627- Updated dev script to use ` tsx ` instead of ` ts-node `
1728
You can’t perform that action at this time.
0 commit comments