Skip to content

Commit 9c19dc6

Browse files
committed
changelog updated
1 parent d3fd3c3 commit 9c19dc6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](https://semver.org) and follows [C
55

66
---
77

8+
## [1.2.0](https://github.com/dev-rashedin/express-error-toolkit/releases/tag/1.2.0) – 2025-08-09
9+
10+
### ♻️ Changes
11+
- Removed: The http-status-toolkit re-export from the package to keep the toolkit focused and lightweight.
12+
13+
> You can now install and import http-status-toolkit directly if you need it:
14+
15+
```bash
16+
npm install http-status-toolkit
17+
```
18+
```ts
19+
import { StatusCodes } from 'http-status-toolkit';
20+
```
21+
22+
---
23+
824
## [1.1.2](https://github.com/dev-rashedin/express-error-toolkit/releases/tag/1.1.2) – 2025-07-19
925

1026
### ✨ Improvements

0 commit comments

Comments
 (0)