From 4464e5e0bd9fbac3cdbbbfa0529d0775fe31def7 Mon Sep 17 00:00:00 2001 From: p-mcgowan Date: Thu, 12 Jun 2025 09:27:21 +0200 Subject: [PATCH] 2.3.0 --- changelog.md | 16 ++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- readme.md | 1 + 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 58c99a2..d300186 100644 --- a/changelog.md +++ b/changelog.md @@ -4,13 +4,25 @@ 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.2.0](https://github.com/acrontum/boats-cli/compare/2.0.1...2.2.0) +#### [2.3.0](https://github.com/acrontum/boats-cli/compare/2.2.0...2.3.0) + +> 12 June 2025 + +- feat/custom-templates [`#29`](https://github.com/acrontum/boats-cli/pull/29) +- feat: custom generator overrides closes #19 [`#19`](https://github.com/acrontum/boats-cli/issues/19) + +#### [2.2.0](https://github.com/acrontum/boats-cli/compare/2.1.0...2.2.0) > 28 April 2025 - feat/output-without-quoted-strings [`#27`](https://github.com/acrontum/boats-cli/pull/27) -- enh/smaller-boatsrc [`#25`](https://github.com/acrontum/boats-cli/pull/25) - feat: output without quoted strings closes #21 [`#21`](https://github.com/acrontum/boats-cli/issues/21) + +#### [2.1.0](https://github.com/acrontum/boats-cli/compare/2.0.1...2.1.0) + +> 28 April 2025 + +- enh/smaller-boatsrc [`#25`](https://github.com/acrontum/boats-cli/pull/25) - enh: smaller boatsrc closes #22 [`#22`](https://github.com/acrontum/boats-cli/issues/22) #### [2.0.1](https://github.com/acrontum/boats-cli/compare/2.0.0...2.0.1) diff --git a/package-lock.json b/package-lock.json index 587634a..6034ba5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@acrontum/boats-cli", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@acrontum/boats-cli", - "version": "2.2.0", + "version": "2.3.0", "license": "ISC", "bin": { "bc": "dist/src/cli.js", diff --git a/package.json b/package.json index 386024b..480d379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acrontum/boats-cli", - "version": "2.2.0", + "version": "2.3.0", "description": "A CLI that generates boats projects, paths, schemas and queries", "main": "dist/src/cli.js", "repository": { diff --git a/readme.md b/readme.md index 46f70e0..ee66788 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,7 @@ npx --yes doctoc --github readme.md **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Quick Start](#quick-start) +- [Custom Generator Overrides](#custom-generator-overrides) - [Development](#development)