Skip to content

Commit ecb9a41

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.6...v1.1.0) (2025-03-02) ### Features ✅ implement standardized error handling system ([ac3fb73](ac3fb73)) - Implement structured error response format - Add error code pattern for service registration - Standardize error handling in socket middleware - Add type checking for Error and CustomError instances - Ensure consistent UNKNOWN error fallback - Updated documentation <br/><br/>
1 parent ac3fb73 commit ecb9a41

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.1.0](https://github.com/arijitcodes/microstream-hub/compare/v1.0.6...v1.1.0) (2025-03-02)
2+
3+
4+
### Features
5+
6+
✅ implement standardized error handling system ([ac3fb73](https://github.com/arijitcodes/microstream-hub/commit/ac3fb73b52c36c9d71f56aa1100d5487b4e8b2d8))
7+
8+
- Implement structured error response format
9+
- Add error code pattern for service registration
10+
- Standardize error handling in socket middleware
11+
- Add type checking for Error and CustomError instances
12+
- Ensure consistent UNKNOWN error fallback
13+
- Updated documentation <br/><br/>
14+
115
## [1.0.6](https://github.com/arijitcodes/microstream-hub/compare/v1.0.5...v1.0.6) (2025-03-01)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microstream-hub",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Microstream Hub for managing WebSocket communication",
55
"main": "src/hub.js",
66
"scripts": {

0 commit comments

Comments
 (0)