Skip to content

Commit

Permalink
chore(release): 2.6.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwibot committed Nov 14, 2023
1 parent f1b6859 commit 4a6f238
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.6.3](https://github.com/qiwi/zx-extra/compare/v2.6.2...v2.6.3) (2023-11-14)

### Fixes & improvements
* fix: wrap whole `getBinVer` with trycatch to strengthen `nothrow` behavior ([46d927a](https://github.com/qiwi/zx-extra/commit/46d927aaee0cded6f73d29cd0847f7fa7f10c2c3))
* refactor: rm reexports from global in favor of regular deps ([e217730](https://github.com/qiwi/zx-extra/commit/e217730fc1ab9a4e9891621ee3c363e748589fa2))

## [2.6.2](https://github.com/qiwi/zx-extra/compare/v2.6.1...v2.6.2) (2023-10-29)

### Fixes & improvements
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zx-extra",
"version": "2.6.2",
"version": "2.6.3",
"description": "zx with some useful extras",
"main": "./src/main/js/index.mjs",
"types": "./src/main/js/index.d.ts",
Expand Down

0 comments on commit 4a6f238

Please sign in to comment.