From d4b38f19bc08159a6aff1b60230615f33f5e636d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 May 2024 17:27:38 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.13.2 [skip ci] ## [2.13.2](https://github.com/soliantconsulting/create-koa-api/compare/v2.13.1...v2.13.2) (2024-05-03) ### Bug Fixes * add condiational around AppConfig import in cdk ([e2cf3ce](https://github.com/soliantconsulting/create-koa-api/commit/e2cf3ce437d038f5dbe8dc1170e44d7795236c38)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0983865..5293a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.13.2](https://github.com/soliantconsulting/create-koa-api/compare/v2.13.1...v2.13.2) (2024-05-03) + + +### Bug Fixes + +* add condiational around AppConfig import in cdk ([e2cf3ce](https://github.com/soliantconsulting/create-koa-api/commit/e2cf3ce437d038f5dbe8dc1170e44d7795236c38)) + ## [2.13.1](https://github.com/soliantconsulting/create-koa-api/compare/v2.13.0...v2.13.1) (2024-05-03) diff --git a/package.json b/package.json index 37898ab..6d3c158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soliantconsulting/create-koa-api", - "version": "2.13.1", + "version": "2.13.2", "description": "Create a Koa API", "type": "module", "author": "Soliant Consulting",