Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
fix(exception): fixed the name of exception constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
fenying committed May 6, 2021
1 parent 043fa5b commit 9c440c4
Show file tree
Hide file tree
Showing 8 changed files with 3,525 additions and 757 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run typecheck && npm run lint
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1 +1,5 @@
# Changes Logs

## v1.0.1

- fix(exception): fixed the name of exception constructor.

0 comments on commit 9c440c4

Please sign in to comment.