Skip to content

Commit

Permalink
feat: publish v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Mar 28, 2024
1 parent dda8fce commit d060574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v0.21.1](https://github.com/boywithkeyboard/updater/releases/tag/v0.21.1)

- The error log for type checking is now logged directly on the console. This fixes the problem of exceeding the maximum character length of a pull request description.

## [v0.21.0](https://github.com/boywithkeyboard/updater/releases/tag/v0.21.0)

- The pull request now contains the error log in the event that the type check has failed.
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'v0.20.0'
export const version = 'v0.21.1'

0 comments on commit d060574

Please sign in to comment.