Skip to content

Commit 02bd1cb

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.5...v1.1.0) (2025-03-02) ### Features ✅ implement comprehensive error handling system ([ef8c673](ef8c673)) - Update error handling to match hub's error structure - Add support for parsing standardized error codes - Implement error data structure compatibility - Add detailed error handling documentation - Document error structure and standard error codes - Include usage examples and best practices - Add common error scenarios and solutions <br/><br/>
1 parent ef8c673 commit 02bd1cb

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.1.0](https://github.com/arijitcodes/microstream-client/compare/v1.0.5...v1.1.0) (2025-03-02)
2+
3+
4+
### Features
5+
6+
✅ implement comprehensive error handling system ([ef8c673](https://github.com/arijitcodes/microstream-client/commit/ef8c67393b5c664ec96756153b2e0467a2a4a3d6))
7+
8+
- Update error handling to match hub's error structure
9+
- Add support for parsing standardized error codes
10+
- Implement error data structure compatibility
11+
- Add detailed error handling documentation
12+
- Document error structure and standard error codes
13+
- Include usage examples and best practices
14+
- Add common error scenarios and solutions <br/><br/>
15+
116
## [1.0.5](https://github.com/arijitcodes/microstream-client/compare/v1.0.4...v1.0.5) (2025-03-01)
217

318

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-client",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "A lightweight client SDK for Microstream communication",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)