Skip to content

Commit 657a08b

Browse files
authored
Merge pull request #39 from acrontum/release/2.4.1
release/2.4.1
2 parents b28cb33 + 0d461c6 commit 657a08b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.4.1](https://github.com/acrontum/boats-cli/compare/2.4.0...2.4.1)
8+
9+
> 10 November 2025
10+
11+
- fix/37-list-missing-filter-params [`#38`](https://github.com/acrontum/boats-cli/pull/38)
12+
- fix/remove-yml-files [`#36`](https://github.com/acrontum/boats-cli/pull/36)
13+
- docs/fix-typo [`#35`](https://github.com/acrontum/boats-cli/pull/35)
14+
- docs/fix-typo [`#34`](https://github.com/acrontum/boats-cli/pull/34)
15+
- fix: list not generating with filter params closes #37 [`#37`](https://github.com/acrontum/boats-cli/issues/37)
16+
- fix: template model js not yml [`498fc53`](https://github.com/acrontum/boats-cli/commit/498fc53dc20ae14dd647d3fa76e9ae0b7c926035)
17+
- fix: incorrect file link [`60ff417`](https://github.com/acrontum/boats-cli/commit/60ff4175b864a181241c861c6a3bbf0c5b46e961)
18+
- fix: remove yml build files from testing [`be8c4e4`](https://github.com/acrontum/boats-cli/commit/be8c4e429b8039b795b8d8cfe7990fe868620898)
19+
720
#### [2.4.0](https://github.com/acrontum/boats-cli/compare/2.3.0...2.4.0)
821

922
> 13 June 2025

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acrontum/boats-cli",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A CLI that generates boats projects, paths, schemas and queries",
55
"main": "dist/src/cli.js",
66
"repository": {

0 commit comments

Comments
 (0)