From 705d16d5e55fe2b10dca129c96b52b284ebe90dd Mon Sep 17 00:00:00 2001 From: p-mcgowan Date: Mon, 28 Apr 2025 21:44:53 +0200 Subject: [PATCH] 2.0.1 --- 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 6e22f22..3d362b7 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.0.1](https://github.com/acrontum/boats-cli/compare/2.0.0...2.0.1) + +> 28 April 2025 + +- fix/root-ref-models [`#23`](https://github.com/acrontum/boats-cli/pull/23) +- fix: root ref pagination model path [`4c2feb4`](https://github.com/acrontum/boats-cli/commit/4c2feb4af267476f14817df2e6b34f0e689a8834) + ### [2.0.0](https://github.com/acrontum/boats-cli/compare/1.0.1...2.0.0) > 19 February 2025 diff --git a/package-lock.json b/package-lock.json index 1988f9c..8f4eb52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@acrontum/boats-cli", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@acrontum/boats-cli", - "version": "2.0.0", + "version": "2.0.1", "license": "ISC", "bin": { "bc": "dist/src/cli.js", diff --git a/package.json b/package.json index b7b98f0..56858ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acrontum/boats-cli", - "version": "2.0.0", + "version": "2.0.1", "description": "A CLI that generates boats projects, paths, schemas and queries", "main": "dist/src/cli.js", "repository": {