chore: release packages (#413)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-31 18:12:40 +08:00
committed by GitHub
parent 85171a0a5c
commit 0f5aa633d8
7 changed files with 29 additions and 11 deletions

View File

@@ -1,5 +1,13 @@
# @esengine/database-drivers
## 1.1.1
### Patch Changes
- [#412](https://github.com/esengine/esengine/pull/412) [`85171a0`](https://github.com/esengine/esengine/commit/85171a0a5c073ef7883705ee4daaca8bb0218f20) Thanks [@esengine](https://github.com/esengine)! - fix: include dist directory in npm package
Previous 1.1.0 release was missing the compiled dist directory.
## 1.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@esengine/database-drivers",
"version": "1.1.0",
"version": "1.1.1",
"description": "Database connection drivers for ESEngine | ESEngine 数据库连接驱动",
"type": "module",
"main": "./dist/index.js",