Compare commits

..

5 Commits

Author SHA1 Message Date
Jacob Nguyen
18d1c3ba08 unconsole 2025-02-02 19:36:29 -06:00
Jacob Nguyen
9b86063102 fixonwindows 2025-02-02 19:31:30 -06:00
Jacob Nguyen
6bb6581b73 fix 2025-02-02 19:19:38 -06:00
jacob
98026ff3f3 fixinitializing 2025-02-02 10:33:12 -06:00
jacob
a088008175 fix:faster-autocmp 2025-02-01 13:56:34 -06:00
2 changed files with 1 additions and 8 deletions

View File

@@ -1,12 +1,5 @@
# Changelog
## [4.2.2](https://github.com/sern-handler/handler/compare/v4.2.1...v4.2.2) (2025-02-03)
### Bug Fixes
* faster autocomplete lookup ([#387](https://github.com/sern-handler/handler/issues/387)) ([974c30f](https://github.com/sern-handler/handler/commit/974c30fa6cccaae7b1c2c3246ffa9eecb6bc7bf9))
## [4.2.1](https://github.com/sern-handler/handler/compare/v4.2.0...v4.2.1) (2025-01-24)

View File

@@ -1,7 +1,7 @@
{
"name": "@sern/handler",
"packageManager": "yarn@3.5.0",
"version": "4.2.2",
"version": "4.2.1",
"description": "A complete, customizable, typesafe, & reactive framework for discord bots.",
"main": "./dist/index.js",
"module": "./dist/index.js",