Skip to content

Commit 6f03438

Browse files
Release 5.0.1
[skip ci] ## [5.0.1](v5.0.0...v5.0.1) (2024-12-22) ### Bug Fixes * allow sub class to override event methods ([#24](#24)) ([d1ffb61](d1ffb61))
1 parent d1ffb61 commit 6f03438

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.0.1](https://github.com/node-modules/sdk-base/compare/v5.0.0...v5.0.1) (2024-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* allow sub class to override event methods ([#24](https://github.com/node-modules/sdk-base/issues/24)) ([d1ffb61](https://github.com/node-modules/sdk-base/commit/d1ffb61266aaec6028c39a6754671a555e41a6b7))
9+
310
## [5.0.0](https://github.com/node-modules/sdk-base/compare/v4.2.1...v5.0.0) (2024-12-18)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdk-base",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "a base class for sdk with default error handler",
55
"keywords": [
66
"sdk",

0 commit comments

Comments
 (0)