From 62e8135a6ae2bc0027f1ec051762f16fbc34dbfd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 May 2024 15:49:17 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.14.1 [skip ci] ## [2.14.1](https://github.com/soliantconsulting/create-koa-api/compare/v2.14.0...v2.14.1) (2024-05-17) ### Bug Fixes * **postgres:** update to supported postgres engine version and remove invalid PGSSLMODE env variable ([31a721c](https://github.com/soliantconsulting/create-koa-api/commit/31a721c3a18fb6e68418de463b7972bb0278a1fb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1496726..1f2b427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.14.1](https://github.com/soliantconsulting/create-koa-api/compare/v2.14.0...v2.14.1) (2024-05-17) + + +### Bug Fixes + +* **postgres:** update to supported postgres engine version and remove invalid PGSSLMODE env variable ([31a721c](https://github.com/soliantconsulting/create-koa-api/commit/31a721c3a18fb6e68418de463b7972bb0278a1fb)) + # [2.14.0](https://github.com/soliantconsulting/create-koa-api/compare/v2.13.2...v2.14.0) (2024-05-15) diff --git a/package.json b/package.json index 806f5c5..decebe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soliantconsulting/create-koa-api", - "version": "2.14.0", + "version": "2.14.1", "description": "Create a Koa API", "type": "module", "author": "Soliant Consulting",