Skip to content

Commit 6f4d2e7

Browse files
committed
Release v0.7.3
1 parent 0a38533 commit 6f4d2e7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.7.3](https://github.com/NoelDeMartin/utils/releases/tag/v0.7.3) - 2025-12-14
8+
9+
### Added
10+
11+
- Branded Type helpers.
12+
- New helper: `invade` (used to call protected/private methods if necessary).
13+
- New helper: `validUrl`.
14+
15+
### Changed
16+
17+
- Improved some object helpers.
18+
719
## [v0.7.2](https://github.com/NoelDeMartin/utils/releases/tag/v0.7.2) - 2025-08-02
820

921
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noeldemartin/utils",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"type": "module",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)