From a9c791d86009d335b6c110a2b4b68ccb5a799747 Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Sat, 22 Jul 2023 14:20:19 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-openapi-v0.3.2 --- 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 f26043c0..0811ee4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2023-07-22 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-openapi-v0.3.1...@rotorsoft/eventually-openapi-v0.3.2) @rotorsoft/eventually-openapi-v0.3.2 + - PATCH [dba15756](https://github.com/Rotorsoft/eventually-monorepo/commit/dba1575646865730ad3f2580d29549c75d005d32) fix: moved package config from core lib to openapi lib to avoid fs dependency in core #### 2023-07-22 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.5.1...@rotorsoft/eventually-v5.5.2) @rotorsoft/eventually-v5.5.2 - PATCH [dba15756](https://github.com/Rotorsoft/eventually-monorepo/commit/dba1575646865730ad3f2580d29549c75d005d32) fix: moved package config from core lib to openapi lib to avoid fs dependency in core #### 2023-07-20 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/calculator-artifacts-v1.5.0...@rotorsoft/calculator-artifacts-v1.5.1) @rotorsoft/calculator-artifacts-v1.5.1 diff --git a/libs/eventually-openapi/package.json b/libs/eventually-openapi/package.json index e0442b5e..656a29b0 100644 --- a/libs/eventually-openapi/package.json +++ b/libs/eventually-openapi/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually-openapi", - "version": "0.3.1", + "version": "0.3.2", "description": "Eventually OpenAPI Utilities", "author": "rotorsoft", "license": "MIT",