chore(version): v3.3.0

This commit is contained in:
T. R. Bernstein
2025-07-04 00:24:20 +02:00
parent cb63f92680
commit 4ceefae94f
3 changed files with 17 additions and 2 deletions

View File

@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## core-extensions-v2.2.0 - 2025-07-03
#### Features
- **(core-extensions)** Narrow type of array in mapKeys - (dabf978) - *trbernstein*
#### Refactoring
- **(core-extensions)** Remove unused import - (cb63f92) - *trbernstein*
- - -
## core-extensions-v2.1.0 - 2025-07-03
#### Features
- **(core-extensions)** Add Object.mapKeys - (768b71f) - *trbernstein*