Skip to content

Commit 807404f

Browse files
committed
docs: update changelog for v1.3.4
1 parent bc65c02 commit 807404f

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.4] - 2025-12-22
9+
10+
### Changed
11+
12+
- Updated development dependencies
13+
- `typescript-eslint` from 8.49.0 to 8.50.0
14+
15+
## [1.3.3] - 2025-12-16
16+
17+
### Changed
18+
19+
- Updated development dependencies
20+
- `@eslint/js` from 9.39.1 to 9.39.2
21+
- `eslint` from 9.39.1 to 9.39.2
22+
- `typescript-eslint` from 8.48.1 to 8.49.0
23+
824
## [1.3.2] - 2025-12-08
925

1026
### Changed
@@ -15,6 +31,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1531
- `typescript` from 5.7.3 to 5.9.3
1632
- Package maintenance and security updates
1733

34+
### Fixed
35+
36+
- Resolved Jest and ts-jest dependency compatibility issue
37+
38+
## [1.3.1] - 2025-12-02
39+
40+
### Changed
41+
42+
- Dev dependency: `tsx` replaces `ts-node` in generated projects
43+
- Updated dev script to use `tsx` instead of `ts-node`
44+
45+
### Fixed
46+
47+
- Include `package-lock.json` in initial git commit
48+
- Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
49+
50+
## [1.3.0] - 2025-12-02
51+
52+
### Added
53+
54+
- Prettier 3.7.3 for code formatting
55+
- Husky 9.1.7 + lint-staged 16.2.7 for pre-commit hooks
56+
- GitHub Actions v6 (checkout, setup-node)
57+
- Publish workflow for GitHub Release-based npm publishing
58+
- Issue and PR templates
59+
- Dependabot configuration
60+
- CONTRIBUTING.md guide
61+
- Comprehensive README badges (CI, npm downloads, license)
62+
63+
### Changed
64+
65+
- Upgraded all dependencies to latest versions
66+
- Removed semantic-release in favor of GitHub Release workflow
67+
- Simplified CI workflow (removed matrix, added format check)
68+
- Formatted all code with Prettier
69+
- Improved package.json with format script, engines, and lint-staged config
70+
- Cleaned up README and removed duplicates
71+
72+
### Fixed
73+
74+
- Fixed 15 security vulnerabilities by upgrading dependencies
75+
1876
## [1.3.1] - 2025-12-02
1977

2078
### Changed

0 commit comments

Comments
 (0)