@uql/core 3.7.12 → 3.7.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [3.7.12](https://github.com/rogerpadilla/uql/compare/@uql/core@3.7.11...@uql/core@3.7.12) (2026-01-06)
6
+ ## [3.7.13](https://github.com/rogerpadilla/uql/compare/@uql/core@3.7.12...@uql/core@3.7.13) (2026-01-07)
7
7
 
8
8
  **Note:** Version bump only for package @uql/core
9
9
 
@@ -17,6 +17,10 @@ All notable changes to this project will be documented in this file. Please add
17
17
 
18
18
  date format is [yyyy-mm-dd]
19
19
 
20
+ ## [3.7.13] - 2026-01-06
21
+ ### Documentation
22
+ - **README Refinement**: Improved docs about new Migrations feature.
23
+
20
24
  ## [3.7.12] - 2026-01-06
21
25
  ### Improvements
22
26
  - **Expanded Float Support**: Added `float4`, `float8`, and `double precision` to `ColumnType`, with proper mapping across PostgreSQL, MySQL, and SQLite.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://uql.app",
4
4
  "description": "One Language. Frontend to Backend.",
5
5
  "license": "MIT",
6
- "version": "3.7.12",
6
+ "version": "3.7.13",
7
7
  "type": "module",
8
8
  "main": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",
@@ -144,5 +144,5 @@
144
144
  "publishConfig": {
145
145
  "access": "public"
146
146
  },
147
- "gitHead": "cff6ff8b656f556f5903575252bd364170edf00d"
147
+ "gitHead": "05440967165c32cc4ed60d4e70ef9e5e140c3b87"
148
148
  }