From 3030b74f2f1a171d991fd6c9d9ba0aa6a743962e Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Sat, 9 Dec 2023 19:54:55 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-openapi-v0.5.13 --- CHANGELOG.md | 2 ++ libs/eventually-openapi/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22acf26e..0164969f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2023-12-09 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-openapi-v0.5.12...@rotorsoft/eventually-openapi-v0.5.13) @rotorsoft/eventually-openapi-v0.5.13 + - PATCH [160968d7](https://github.com/Rotorsoft/eventually-monorepo/commit/160968d726d7bceb142dc3b7b664a2ebc0ba55fd) fix: add trpc adapter #### 2023-10-05 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-azure-v0.1.4...@rotorsoft/eventually-azure-v0.1.5) @rotorsoft/eventually-azure-v0.1.5 - PATCH [7d3d3198](https://github.com/Rotorsoft/eventually-monorepo/commit/7d3d3198dbd3fe214edfa805e2145dfd909d1b00) fix: up deps #### 2023-10-05 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-gcp-v0.1.5...@rotorsoft/eventually-gcp-v0.1.6) @rotorsoft/eventually-gcp-v0.1.6 diff --git a/libs/eventually-openapi/package.json b/libs/eventually-openapi/package.json index 88cb8b03..514ba4c2 100644 --- a/libs/eventually-openapi/package.json +++ b/libs/eventually-openapi/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually-openapi", - "version": "0.5.12", + "version": "0.5.13", "description": "Eventually OpenAPI Utilities", "author": "rotorsoft", "license": "MIT",