Compare commits

..

1 Commits

Author SHA1 Message Date
Jacob Nguyen
62ff8e9d69 fix: autocomplete sdt.module not present 2025-03-03 21:43:02 -06:00
3 changed files with 3 additions and 10 deletions

View File

@@ -1,12 +1,5 @@
# Changelog
## [4.2.3](https://github.com/sern-handler/handler/compare/v4.2.2...v4.2.3) (2025-03-04)
### Bug Fixes
* autocomplete sdt.module not present ([#393](https://github.com/sern-handler/handler/issues/393)) ([2414992](https://github.com/sern-handler/handler/commit/2414992b73a40065464b20f2d53826c78fcd3a5f))
## [4.2.2](https://github.com/sern-handler/handler/compare/v4.2.1...v4.2.2) (2025-02-03)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@sern/handler",
"version": "4.2.3",
"version": "4.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@sern/handler",
"version": "4.2.3",
"version": "4.2.2",
"license": "MIT",
"dependencies": {
"@sern/ioc": "^1.1.2",

View File

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