From 6e68b93fe7b4102630e24a8a9c7457d42cd7176c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 May 2024 12:40:36 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.13.0 [skip ci] # [2.13.0](https://github.com/soliantconsulting/create-koa-api/compare/v2.12.0...v2.13.0) (2024-05-01) ### Features * **skeleton:** bump koa-jsonapi-zod to 3.1.0 ([62a5c63](https://github.com/soliantconsulting/create-koa-api/commit/62a5c635aff6e696c833767f29a592426197a784)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8219612..6ea2c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.13.0](https://github.com/soliantconsulting/create-koa-api/compare/v2.12.0...v2.13.0) (2024-05-01) + + +### Features + +* **skeleton:** bump koa-jsonapi-zod to 3.1.0 ([62a5c63](https://github.com/soliantconsulting/create-koa-api/commit/62a5c635aff6e696c833767f29a592426197a784)) + # [2.12.0](https://github.com/soliantconsulting/create-koa-api/compare/v2.11.0...v2.12.0) (2024-04-22) diff --git a/package.json b/package.json index 4b7fd25..720eb5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soliantconsulting/create-koa-api", - "version": "2.12.0", + "version": "2.13.0", "description": "Create a Koa API", "type": "module", "author": "Soliant Consulting",