Skip to content

Commit 52e1456

Browse files
chore(main): release 4.1.1 (#377)
* chore(main): release 4.1.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jacob Nguyen <[email protected]>
1 parent 59d08ef commit 52e1456

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.1.1](https://github.com/sern-handler/handler/compare/v4.1.0...v4.1.1) (2025-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* remove rxjs ([#376](https://github.com/sern-handler/handler/issues/376)) ([59d08ef](https://github.com/sern-handler/handler/commit/59d08ef207c486ce1cf0aba267e6f862838e0dfb))
9+
* This puts the light back into lightweight (\- 4.1 MB)
10+
311
## [4.1.0](https://github.com/sern-handler/handler/compare/v4.0.3...v4.1.0) (2025-01-06)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sern/handler",
33
"packageManager": "[email protected]",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "A complete, customizable, typesafe, & reactive framework for discord bots.",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)