From 39349393dff9c1f5b21ae977f0351751627b057e Mon Sep 17 00:00:00 2001 From: p-mcgowan Date: Mon, 28 Apr 2025 22:04:34 +0200 Subject: [PATCH] 2.1.0 --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 3d362b7..e7986aa 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,13 @@ 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.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) > 28 April 2025 diff --git a/package-lock.json b/package-lock.json index 8f4eb52..7082ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@acrontum/boats-cli", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@acrontum/boats-cli", - "version": "2.0.1", + "version": "2.1.0", "license": "ISC", "bin": { "bc": "dist/src/cli.js", diff --git a/package.json b/package.json index 56858ac..8b3bc58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acrontum/boats-cli", - "version": "2.0.1", + "version": "2.1.0", "description": "A CLI that generates boats projects, paths, schemas and queries", "main": "dist/src/cli.js", "repository": {