Skip to content

Commit

Permalink
Release 6.4.2
Browse files Browse the repository at this point in the history
[skip ci]

## [6.4.2](v6.4.1...v6.4.2) (2023-08-05)

### Bug Fixes

* convert unhandled rejection to uncaught exception ([#235](#235)) ([1e25880](1e25880))
  • Loading branch information
semantic-release-bot committed Aug 5, 2023
1 parent 1e25880 commit 6bb3dbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.4.2](https://github.com/eggjs/egg-bin/compare/v6.4.1...v6.4.2) (2023-08-05)


### Bug Fixes

* convert unhandled rejection to uncaught exception ([#235](https://github.com/eggjs/egg-bin/issues/235)) ([1e25880](https://github.com/eggjs/egg-bin/commit/1e25880848849cb5fee63fd7e9982afbf09301da))

## [6.4.1](https://github.com/eggjs/egg-bin/compare/v6.4.0...v6.4.1) (2023-06-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-bin",
"version": "6.4.1",
"version": "6.4.2",
"publishConfig": {
"tag": "latest"
},
Expand Down

1 comment on commit 6bb3dbb

@vercel
Copy link

@vercel vercel bot commented on 6bb3dbb Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

egg-bin – ./

egg-bin-git-master-no-veronica.vercel.app
egg-bin-no-veronica.vercel.app
egg-bin.vercel.app

Please sign in to comment.