From 65c25dcaefdc893b87e163501695811686a34a52 Mon Sep 17 00:00:00 2001 From: Davide Gaggero Date: Tue, 16 Jul 2024 12:27:40 +0200 Subject: [PATCH] chore(release): 4.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8993cba..4433998 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. +### [4.3.3](https://github.com/BEE-Plugin/Bee-plugin-official/compare/v4.3.2...v4.3.3) (2024-07-16) + + +### Bug Fixes + +* fixed readme typo and wrong link ([d104c4a](https://github.com/BEE-Plugin/Bee-plugin-official/commit/d104c4aeacad6536e4a864ed730d9847c0cc806e)) + ### [4.3.2](https://github.com/BEE-Plugin/Bee-plugin-official/compare/v4.3.1...v4.3.2) (2024-06-24) ### [4.3.1](https://github.com/BEE-Plugin/Bee-plugin-official/compare/v4.3.0...v4.3.1) (2024-06-20) diff --git a/package.json b/package.json index 65db469..4ae812c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beefree.io/sdk", - "version": "4.3.2", + "version": "4.3.3", "description": "wrapper of bee-plugin", "main": "dist/index.js", "module": "dist/index.es.js",