From f569070e3410415fb6938f9adb57bdd0cefc7bc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 15:57:20 +0000 Subject: [PATCH] chore(master): release 4.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4066ec0..0c1aaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.0.0](https://github.com/andrewferrier/normfn/compare/v3.1.0...v4.0.0) (2026-07-04) + + +### ⚠ BREAKING CHANGES + +* Remove --interactive support from normfn + +### Features + +* Remove --interactive support from normfn ([7ed9a1c](https://github.com/andrewferrier/normfn/commit/7ed9a1c0ebc95a3628d2d5a1017731529ef3413b)) + + +### Bug Fixes + +* Dependabot ecosystem ([02ce5fb](https://github.com/andrewferrier/normfn/commit/02ce5fb9c72609079238cdaf93dab3d6e45801f4)) + ## [3.1.0](https://github.com/andrewferrier/normfn/compare/v3.0.5...v3.1.0) (2026-04-28)