diff --git a/changelog.md b/changelog.md index e7986aa..58c99a2 100644 --- a/changelog.md +++ b/changelog.md @@ -4,11 +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) +#### [2.2.0](https://github.com/acrontum/boats-cli/compare/2.0.1...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) - 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 7082ba1..587634a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@acrontum/boats-cli", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@acrontum/boats-cli", - "version": "2.1.0", + "version": "2.2.0", "license": "ISC", "bin": { "bc": "dist/src/cli.js", diff --git a/package.json b/package.json index 8b3bc58..fe7d672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acrontum/boats-cli", - "version": "2.1.0", + "version": "2.2.0", "description": "A CLI that generates boats projects, paths, schemas and queries", "main": "dist/src/cli.js", "repository": {