From becf47f9b6792104858bac1d5c96e46e32b8c2b9 Mon Sep 17 00:00:00 2001 From: p-mcgowan Date: Fri, 13 Jun 2025 07:58:13 +0200 Subject: [PATCH] 2.4.0 --- changelog.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index d300186..275f360 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,16 @@ 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.0](https://github.com/acrontum/boats-cli/compare/2.3.0...2.4.0) + +> 13 June 2025 + +- enh/multiple-template-overrides [`#32`](https://github.com/acrontum/boats-cli/pull/32) +- docs/fix-typos [`#31`](https://github.com/acrontum/boats-cli/pull/31) +- docs: fix typos [`08c0e38`](https://github.com/acrontum/boats-cli/commit/08c0e383dff59eba5fe6989e5e1fd5e582598bff) +- docs: improve wording, add multiple template invocations [`e4404df`](https://github.com/acrontum/boats-cli/commit/e4404dfe5be413f967ca8c933672f4c151c65c79) +- enh: templates can be invoked multiple times [`d783e01`](https://github.com/acrontum/boats-cli/commit/d783e01d9442584d6e721ef899c8f3a07248157b) + #### [2.3.0](https://github.com/acrontum/boats-cli/compare/2.2.0...2.3.0) > 12 June 2025 diff --git a/package-lock.json b/package-lock.json index 6034ba5..2219a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@acrontum/boats-cli", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@acrontum/boats-cli", - "version": "2.3.0", + "version": "2.4.0", "license": "ISC", "bin": { "bc": "dist/src/cli.js", diff --git a/package.json b/package.json index 480d379..63cf24f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acrontum/boats-cli", - "version": "2.3.0", + "version": "2.4.0", "description": "A CLI that generates boats projects, paths, schemas and queries", "main": "dist/src/cli.js", "repository": {