From 278ec0f8038fbe781707fef7d0611ffc812a2ef0 Mon Sep 17 00:00:00 2001 From: bingtsingw <10382462+bingtsingw@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:35:03 +0800 Subject: [PATCH] chore(release): v0.5.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec70ef..b40a282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.5.2](https://github.com/bingtsingw/xstools/compare/0.5.1...0.5.2) (2023-07-18) + + +### Bug Fixes + +* remove captureStackTrace ([aa95024](https://github.com/bingtsingw/xstools/commit/aa950244d800ab7a55e27eca7bf9db56221edc0b)) + ## [0.5.1](https://github.com/bingtsingw/xstools/compare/0.5.0...0.5.1) (2023-07-18) diff --git a/package.json b/package.json index f7d5fc9..4cc9f44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bingtsingw-c/xstools", - "version": "0.5.1", + "version": "0.5.2", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js"