Skip to content

Commit bc7b348

Browse files
committed
docs: update changelog for v1.0.2
1 parent 3eafcaa commit bc7b348

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,24 @@ 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.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

0 commit comments

Comments
 (0)