diff --git a/changelog.md b/changelog.md index 275f360..c526722 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.4.1](https://github.com/acrontum/boats-cli/compare/2.4.0...2.4.1) + +> 10 November 2025 + +- fix/37-list-missing-filter-params [`#38`](https://github.com/acrontum/boats-cli/pull/38) +- fix/remove-yml-files [`#36`](https://github.com/acrontum/boats-cli/pull/36) +- docs/fix-typo [`#35`](https://github.com/acrontum/boats-cli/pull/35) +- docs/fix-typo [`#34`](https://github.com/acrontum/boats-cli/pull/34) +- fix: list not generating with filter params closes #37 [`#37`](https://github.com/acrontum/boats-cli/issues/37) +- fix: template model js not yml [`498fc53`](https://github.com/acrontum/boats-cli/commit/498fc53dc20ae14dd647d3fa76e9ae0b7c926035) +- fix: incorrect file link [`60ff417`](https://github.com/acrontum/boats-cli/commit/60ff4175b864a181241c861c6a3bbf0c5b46e961) +- fix: remove yml build files from testing [`be8c4e4`](https://github.com/acrontum/boats-cli/commit/be8c4e429b8039b795b8d8cfe7990fe868620898) + #### [2.4.0](https://github.com/acrontum/boats-cli/compare/2.3.0...2.4.0) > 13 June 2025 diff --git a/package-lock.json b/package-lock.json index 2219a44..aa5be0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@acrontum/boats-cli", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@acrontum/boats-cli", - "version": "2.4.0", + "version": "2.4.1", "license": "ISC", "bin": { "bc": "dist/src/cli.js", diff --git a/package.json b/package.json index 63cf24f..e3d495a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acrontum/boats-cli", - "version": "2.4.0", + "version": "2.4.1", "description": "A CLI that generates boats projects, paths, schemas and queries", "main": "dist/src/cli.js", "repository": {