From cf6cc0c3086adca7121161e9815894ad16ce8593 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Dec 2023 16:54:00 +0000 Subject: [PATCH] chore(release): 1.4.3 [skip ci] ## [1.4.3](https://github.com/molvqingtai/resreq/compare/v1.4.2...v1.4.3) (2023-12-25) ### Bug Fixes * `option.meta` incorrectly overwrites the global meta ([343ae17](https://github.com/molvqingtai/resreq/commit/343ae17f2a2cf8e708707fa48237ed9b5867671b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c0a45..d07a687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.3](https://github.com/molvqingtai/resreq/compare/v1.4.2...v1.4.3) (2023-12-25) + + +### Bug Fixes + +* `option.meta` incorrectly overwrites the global meta ([343ae17](https://github.com/molvqingtai/resreq/commit/343ae17f2a2cf8e708707fa48237ed9b5867671b)) + ## [1.4.2](https://github.com/molvqingtai/resreq/compare/v1.4.1...v1.4.2) (2023-10-07) diff --git a/package.json b/package.json index a4f7bab..e039927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resreq", - "version": "1.4.2", + "version": "1.4.3", "description": "Fetch-based onion model http client.", "main": "dist/index.js", "type": "module",