Skip to content

Commit 4f7f0c1

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2025-07-31) ### Features * **create-handler:** add static method to avoid double import of client ([bc97954](bc97954))
1 parent ed13535 commit 4f7f0c1

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/Sagacify/s3-handler/compare/v2.2.0...v2.3.0) (2025-07-31)
2+
3+
4+
### Features
5+
6+
* **create-handler:** add static method to avoid double import of client ([bc97954](https://github.com/Sagacify/s3-handler/commit/bc97954ae02f038f65b3c2fc08f45904370cb9b6))
7+
18
# [2.2.0](https://github.com/Sagacify/s3-handler/compare/v2.1.0...v2.2.0) (2025-06-13)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sagacify/s3-handler",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "S3 messages handling package",
55
"main": "build/S3Handler.js",
66
"directories": {

0 commit comments

Comments
 (0)