From acbade42567c40e75e71da24ac115a8b1999dbfb Mon Sep 17 00:00:00 2001 From: Gabriel Silvestre Date: Fri, 12 Jan 2024 15:42:36 -0300 Subject: [PATCH] chore(release): 0.3.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac3ec4..420696e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.4](https://github.com/gabrielh-silvestre/s1-agents/compare/v0.3.3...v0.3.4) (2024-01-12) + + +### Features + +* update SNS and OpenAI client configurations ([6c47d70](https://github.com/gabrielh-silvestre/s1-agents/commit/6c47d70fa500b3818fb7097ff8e676f4b4c2f250)) + ### [0.3.3](https://github.com/gabrielh-silvestre/s1-agents/compare/v0.3.2...v0.3.3) (2023-12-26) diff --git a/package.json b/package.json index 408010d..cf34b3a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "types": "dist/src/index.d.ts", "author": "Gabriel Silvestre ", "license": "MIT", - "version": "0.3.3", + "version": "0.3.4", "files": [ "dist" ],