File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ 1.1.2] - 2025-03-06
99
1010### Fixed
11+
1112- Fixed an issue where specifying multiple lockfiles with ` --lockfiles ` option would only process the first lockfile
1213- Added proper error handling when specified lockfiles don't exist
1314- CLI now reads version from package.json instead of hardcoding it
1415
1516### Added
17+
1618- Added unit tests for multiple lockfile functionality
1719- Added this CHANGELOG file
1820
1921## [ 1.0.0] - 2025-02-06
2022
2123### Added
24+
2225- Initial release
2326- Support for extracting words from various lockfiles:
2427 - package-lock.json (npm)
@@ -30,4 +33,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3033 - Pipfile.lock
3134 - go.sum and go.mod
3235- CLI tool for generating dictionaries
33- - Integration with CSpell
36+ - Integration with CSpell
You can’t perform that action at this time.
0 commit comments