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"