From 7c753a59123fb0ddd4ace466a28f3cbfc695bb5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 16:20:18 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.15.4 [skip ci] ## [2.15.4](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.3...v2.15.4) (2024-11-06) ### Bug Fixes * update packages to correctly load app config ([3bfd49d](https://github.com/soliantconsulting/create-koa-api/commit/3bfd49dff53b1450c3b4f689ada852fef28082e9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe69925..f0eb52e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.4](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.3...v2.15.4) (2024-11-06) + + +### Bug Fixes + +* update packages to correctly load app config ([3bfd49d](https://github.com/soliantconsulting/create-koa-api/commit/3bfd49dff53b1450c3b4f689ada852fef28082e9)) + ## [2.15.3](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.2...v2.15.3) (2024-10-10) diff --git a/package.json b/package.json index c19202b..7f9f701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soliantconsulting/create-koa-api", - "version": "2.15.3", + "version": "2.15.4", "description": "Create a Koa API", "type": "module", "author": "Soliant Consulting",