From 4fc4fdb6addacad72fda87b07911a8334378232b Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:02:26 +0530 Subject: [PATCH] release: v4.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d97832b..e803ec95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# [4.3.0](https://github.com/globalbrain/sefirot/compare/v4.2.0...v4.3.0) (2024-09-04) + + +### Bug Fixes + +* **http:** bracket format for arrays in qs doesn't work properly with php ([#551](https://github.com/globalbrain/sefirot/issues/551)) ([9a5db93](https://github.com/globalbrain/sefirot/commit/9a5db93eac874adcd6d553ff218817014ca8db9b)) + + +### Features + +* **Http:** add headers option ([#549](https://github.com/globalbrain/sefirot/issues/549)) ([d9fe2e1](https://github.com/globalbrain/sefirot/commit/d9fe2e178e6e39922e06f13369bdee9668750ea1)) + # [4.2.0](https://github.com/globalbrain/sefirot/compare/v4.1.1...v4.2.0) (2024-08-16) diff --git a/package.json b/package.json index cadf498c..b947e0c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@globalbrain/sefirot", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "packageManager": "pnpm@9.9.0", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",