diff --git a/changelog.md b/changelog.md index be6b352..edd1d3f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/ehmpathy/sql-schema-control/compare/v1.6.0...v1.7.0) (2025-11-30) + + +### Features + +* **tsx:** use tsx instead of ts-node for future compat ([0097ad0](https://github.com/ehmpathy/sql-schema-control/commit/0097ad0926375a6ed06869cca8cca102beddc4b4)) + ## [1.6.0](https://github.com/ehmpathy/sql-schema-control/compare/v1.5.5...v1.6.0) (2025-09-01) diff --git a/package-lock.json b/package-lock.json index 2048d64..23a0eab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sql-schema-control", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sql-schema-control", - "version": "1.6.0", + "version": "1.7.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0ac7f2f..9725b5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sql-schema-control", "author": "ehmpathy", "description": "Declarative database schema management. Provision, track, sync, and modify your database schema with plain, version controlled, sql.", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "repository": "ehmpathy/sql-schema-control", "homepage": "https://github.com/ehmpathy/sql-schema-control",