diff --git a/.changeset/cyan-bobcats-invite.md b/.changeset/cyan-bobcats-invite.md deleted file mode 100644 index 634f5d6..0000000 --- a/.changeset/cyan-bobcats-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@t1mmen/srtd": patch ---- - -Add tests for template registration handling, improve detection of incorrectly located templates diff --git a/.changeset/spicy-singers-unite.md b/.changeset/spicy-singers-unite.md deleted file mode 100644 index 51a3cb1..0000000 --- a/.changeset/spicy-singers-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@t1mmen/srtd": patch ---- - -Attempt to identify "root of project", so srtd can be run from subdirectories as well. diff --git a/.changeset/thin-clocks-fail.md b/.changeset/thin-clocks-fail.md deleted file mode 100644 index e67130b..0000000 --- a/.changeset/thin-clocks-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@t1mmen/srtd": patch ---- - -fix `register` template path resolution diff --git a/CHANGELOG.md b/CHANGELOG.md index cba982e..52418ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # srtd +## 0.4.6 + +### Patch Changes + +- 4febf28: Add tests for template registration handling, improve detection of incorrectly located templates +- 9006417: Attempt to identify "root of project", so srtd can be run from subdirectories as well. +- aaa78e7: fix `register` template path resolution + ## 0.4.5 ### Patch Changes diff --git a/package.json b/package.json index e05aa28..76d9bed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@t1mmen/srtd", - "version": "0.4.5", + "version": "0.4.6", "license": "MIT", "description": "Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀", "bin": {