From 095f66637e1f36914c3d06e4ddbd38bcef0319f4 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 30 Nov 2025 08:23:07 -0600 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.7.1=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index edd1d3f..a73ba06 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/ehmpathy/sql-schema-control/compare/v1.7.0...v1.7.1) (2025-11-30) + + +### Bug Fixes + +* **practs:** bump to latest best ([#66](https://github.com/ehmpathy/sql-schema-control/issues/66)) ([8c13f89](https://github.com/ehmpathy/sql-schema-control/commit/8c13f89043f0c6dc0f7b177c7b066880a9659575)) + ## [1.7.0](https://github.com/ehmpathy/sql-schema-control/compare/v1.6.0...v1.7.0) (2025-11-30) diff --git a/package.json b/package.json index 90dd342..5104c66 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.7.0", + "version": "1.7.1", "license": "MIT", "repository": "ehmpathy/sql-schema-control", "homepage": "https://github.com/ehmpathy/sql-schema-control",