Skip to content

Commit 472a577

Browse files
authored
Merge pull request #30 from acrontum/release/2.3.0
release/2.3.0
2 parents 3cfa7bf + 4464e5e commit 472a577

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

changelog.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ 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.2.0](https://github.com/acrontum/boats-cli/compare/2.0.1...2.2.0)
7+
#### [2.3.0](https://github.com/acrontum/boats-cli/compare/2.2.0...2.3.0)
8+
9+
> 12 June 2025
10+
11+
- feat/custom-templates [`#29`](https://github.com/acrontum/boats-cli/pull/29)
12+
- feat: custom generator overrides closes #19 [`#19`](https://github.com/acrontum/boats-cli/issues/19)
13+
14+
#### [2.2.0](https://github.com/acrontum/boats-cli/compare/2.1.0...2.2.0)
815

916
> 28 April 2025
1017
1118
- feat/output-without-quoted-strings [`#27`](https://github.com/acrontum/boats-cli/pull/27)
12-
- enh/smaller-boatsrc [`#25`](https://github.com/acrontum/boats-cli/pull/25)
1319
- feat: output without quoted strings closes #21 [`#21`](https://github.com/acrontum/boats-cli/issues/21)
20+
21+
#### [2.1.0](https://github.com/acrontum/boats-cli/compare/2.0.1...2.1.0)
22+
23+
> 28 April 2025
24+
25+
- enh/smaller-boatsrc [`#25`](https://github.com/acrontum/boats-cli/pull/25)
1426
- enh: smaller boatsrc closes #22 [`#22`](https://github.com/acrontum/boats-cli/issues/22)
1527

1628
#### [2.0.1](https://github.com/acrontum/boats-cli/compare/2.0.0...2.0.1)

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.2.0",
3+
"version": "2.3.0",
44
"description": "A CLI that generates boats projects, paths, schemas and queries",
55
"main": "dist/src/cli.js",
66
"repository": {

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ npx --yes doctoc --github readme.md
3030
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
3131

3232
- [Quick Start](#quick-start)
33+
- [Custom Generator Overrides](#custom-generator-overrides)
3334
- [Development](#development)
3435

3536
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)