@@ -5,6 +5,61 @@ 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.3.2] - 2025-12-08
9+
10+ ### Changed
11+
12+ - Updated development dependencies
13+ - ` prettier ` from 3.7.3 to 3.7.4
14+ - ` typescript-eslint ` from 8.18.0 to 8.48.1
15+ - ` typescript ` from 5.7.3 to 5.9.3
16+ - Package maintenance and security updates
17+
18+ ## [ 1.3.1] - 2025-12-02
19+
20+ ### Changed
21+
22+ - Dev dependency: ` tsx ` replaces ` ts-node ` in generated projects
23+ - Updated dev script to use ` tsx ` instead of ` ts-node `
24+
25+ ### Fixed
26+
27+ - Include ` package-lock.json ` in initial git commit
28+ - Fix TypeScript ESM module error with nodemon by replacing ` ts-node ` with ` tsx `
29+
30+ ## [ 1.3.0] - 2025-12-02
31+
32+ ### Added
33+
34+ - Prettier 3.7.3 for code formatting
35+ - Husky 9.1.7 + lint-staged 16.2.7 for pre-commit hooks
36+ - GitHub Actions v6 (checkout, setup-node)
37+ - Publish workflow for GitHub Release-based npm publishing
38+ - Issue and PR templates
39+ - Dependabot configuration
40+ - CONTRIBUTING.md guide
41+ - Comprehensive README badges (CI, npm downloads, license)
42+
43+ ### Changed
44+
45+ - Upgraded all dependencies to latest versions
46+ - Removed semantic-release in favor of GitHub Release workflow
47+ - Simplified CI workflow (removed matrix, added format check)
48+ - Formatted all code with Prettier
49+ - Improved package.json with format script, engines, and lint-staged config
50+ - Cleaned up README and removed duplicates
51+
52+ ### Fixed
53+
54+ - Fixed 15 security vulnerabilities by upgrading dependencies
55+
56+ # Changelog
57+
58+ All notable changes to this project will be documented in this file.
59+
60+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
61+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
62+
863## [ 1.3.0] - 2025-12-02
964
1065### Added
0 commit comments