From 22794bdccd819c599693105397a9e2ff1c0f6ecd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Oct 2024 13:05:16 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.15.3 [skip ci] ## [2.15.3](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.2...v2.15.3) (2024-10-10) ### Bug Fixes * **template:** reintroduce missing packages unignore ([1a2c87e](https://github.com/soliantconsulting/create-koa-api/commit/1a2c87e7efdf2828f69e88aa511bf537f71db343)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d08314e..fe69925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.3](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.2...v2.15.3) (2024-10-10) + + +### Bug Fixes + +* **template:** reintroduce missing packages unignore ([1a2c87e](https://github.com/soliantconsulting/create-koa-api/commit/1a2c87e7efdf2828f69e88aa511bf537f71db343)) + ## [2.15.2](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.1...v2.15.2) (2024-10-10) diff --git a/package.json b/package.json index f36f26e..c19202b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soliantconsulting/create-koa-api", - "version": "2.15.2", + "version": "2.15.3", "description": "Create a Koa API", "type": "module", "author": "Soliant Consulting",