chore(main): release 1.17.1

This commit is contained in:
Guy Ben-Aharon
2025-10-27 17:03:39 +02:00
parent 68412f90a7
commit 5f69bb40a3
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.17.1](https://github.com/chartdb/chartdb/compare/v1.17.0...v1.17.1) (2025-10-27)
### Bug Fixes
* add postgres array type support for import and export ([#958](https://github.com/chartdb/chartdb/issues/958)) ([68412f9](https://github.com/chartdb/chartdb/commit/68412f90a7d4466946b5f20b1b31ae64708d2031))
## [1.17.0](https://github.com/chartdb/chartdb/compare/v1.16.0...v1.17.0) (2025-10-27)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "chartdb",
"version": "1.17.0",
"version": "1.17.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "chartdb",
"version": "1.17.0",
"version": "1.17.1",
"dependencies": {
"@ai-sdk/openai": "^0.0.51",
"@dbml/core": "^3.13.9",

View File

@@ -1,7 +1,7 @@
{
"name": "chartdb",
"private": true,
"version": "1.17.0",
"version": "1.17.1",
"type": "module",
"scripts": {
"dev": "vite",