From cd429bc7d21722bb68acf66491516d5ef85411df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:39:33 +0000 Subject: [PATCH 1/2] chore(main): release 1.4.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a31c43..0ecee48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/werf/wormatter/compare/v1.3.4...v1.4.0) (2026-03-06) + + +### Features + +* `-e` now matches whole file path and using regex ([7687065](https://github.com/werf/wormatter/commit/768706513b5284f164182cff6417453b0d88ef67)) +* sort typed const/var groups before untyped in merged blocks ([33e0398](https://github.com/werf/wormatter/commit/33e03983430fe5978fa17de77df6935ef23b2cbd)) + ## [1.4.0](https://github.com/werf/wormatter/compare/v1.3.4...v1.4.0) (2026-02-24) From a4974ed95bcd24217a5720534e56132f601b95a4 Mon Sep 17 00:00:00 2001 From: Ilya Lesikov Date: Fri, 6 Mar 2026 17:43:42 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecee48..81eda2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # Changelog -## [1.4.0](https://github.com/werf/wormatter/compare/v1.3.4...v1.4.0) (2026-03-06) +## [1.5.0](https://github.com/werf/wormatter/compare/v1.4.0...v1.5.0) (2026-03-06) ### Features * `-e` now matches whole file path and using regex ([7687065](https://github.com/werf/wormatter/commit/768706513b5284f164182cff6417453b0d88ef67)) -* sort typed const/var groups before untyped in merged blocks ([33e0398](https://github.com/werf/wormatter/commit/33e03983430fe5978fa17de77df6935ef23b2cbd)) ## [1.4.0](https://github.com/werf/wormatter/compare/v1.3.4...v1.4.0) (2026-02-24)