Skip to content

Commit c6388f9

Browse files
committed
docs: update changelog
1 parent 2f1d971 commit c6388f9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- None
1111

12+
## [4.0.0] - 2025-01-20
13+
14+
### Changed
15+
16+
- **BREAKING CHANGE**: Updated the `SearchCriteria` and `SearchResult` types used with the `searchPackages()` function to align with the latest npm registry requirements and responses
17+
- Upgraded dependencies
18+
1219
## [3.0.1] - 2024-06-12
1320

1421
### Changed
@@ -146,7 +153,8 @@ These are the current package's exports:
146153

147154
- **BREAKING CHANGE**: Removed `Registry` class; use the exported functions instead.
148155

149-
[unreleased]: https://github.com/velut/query-registry/compare/v3.0.1...HEAD
156+
[unreleased]: https://github.com/velut/query-registry/compare/v4.0.0...HEAD
157+
[4.0.0]: https://github.com/velut/query-registry/compare/v3.0.1...v4.0.0
150158
[3.0.1]: https://github.com/velut/query-registry/compare/v3.0.0...v3.0.1
151159
[3.0.0]: https://github.com/velut/query-registry/compare/v2.6.0...v3.0.0
152160
[2.6.0]: https://github.com/velut/query-registry/compare/v2.5.0...v2.6.0

0 commit comments

Comments
 (0)