Skip to content

Commit 8a093e0

Browse files
chore(main): release sql-tools 0.3.2 (#26)
Co-authored-by: immich-push-o-matic[bot] <179150890+immich-push-o-matic[bot]@users.noreply.github.com>
1 parent 4de6137 commit 8a093e0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/sql-tools":"0.3.1"}
1+
{"packages/sql-tools":"0.3.2"}

packages/sql-tools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/immich-app/packages/compare/sql-tools-v0.3.1...sql-tools-v0.3.2) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* kysely bundling ([#25](https://github.com/immich-app/packages/issues/25)) ([598b030](https://github.com/immich-app/packages/commit/598b0306cc67323f25f499086cad7789c01cc5ed))
9+
* types ([#27](https://github.com/immich-app/packages/issues/27)) ([4de6137](https://github.com/immich-app/packages/commit/4de61377d5611f2e6a038d5f2fe212db043d895d))
10+
311
## [0.3.1](https://github.com/immich-app/packages/compare/sql-tools-v0.3.0...sql-tools-v0.3.1) (2026-02-26)
412

513

packages/sql-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@immich/sql-tools",
33
"description": "Kysely-based tools and utilities for managing postgres schema",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)